Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GreaterThanTime.cs
1
using
System;
2
3
namespace
Waher.Networking.XMPP.Contracts.Search
4
{
8
public
class
GreaterThanTime
:
SearchFilterTimeOperand
9
{
14
public
GreaterThanTime
(TimeSpan
Value
)
15
: base(
Value
)
16
{
17
}
18
22
public
override
string
OperandName
=>
"gt"
;
23
}
24
}
Waher.Networking.XMPP.Contracts.Search.GreaterThanTime
Limits searches to items with values greater than this value.
Definition:
GreaterThanTime.cs:9
Waher.Networking.XMPP.Contracts.Search.GreaterThanTime.GreaterThanTime
GreaterThanTime(TimeSpan Value)
Limits searches to items with values greater than this value.
Definition:
GreaterThanTime.cs:14
Waher.Networking.XMPP.Contracts.Search.GreaterThanTime.OperandName
override string OperandName
Local XML element name of string operand.
Definition:
GreaterThanTime.cs:22
Waher.Networking.XMPP.Contracts.Search.SearchFilterTimeOperand
Abstract base class for Time Smart Contract Search filter operands.
Definition:
SearchFilterTimeOperand.cs:10
Waher.Networking.XMPP.Contracts.Search.SearchFilterTimeOperand.Value
TimeSpan Value
Date value.
Definition:
SearchFilterTimeOperand.cs:26
Waher.Networking.XMPP.Contracts.Search
Definition:
EqualToBoolean.cs:2
IoTGateway
Networking
Waher.Networking.XMPP.Contracts
Search
GreaterThanTime.cs
Generated by
1.9.5