Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LesserThanDuration.cs
1
using
Waher.Content
;
2
3
namespace
Waher.Networking.XMPP.Contracts.Search
4
{
8
public
class
LesserThanDuration
:
SearchFilterDurationOperand
9
{
14
public
LesserThanDuration
(
Duration
Value
)
15
: base(
Value
)
16
{
17
}
18
22
public
override
string
OperandName
=>
"lt"
;
23
}
24
}
Waher.Networking.XMPP.Contracts.Search.LesserThanDuration
Limits searches to items with values lesser than this value.
Definition:
LesserThanDuration.cs:9
Waher.Networking.XMPP.Contracts.Search.LesserThanDuration.OperandName
override string OperandName
Local XML element name of string operand.
Definition:
LesserThanDuration.cs:22
Waher.Networking.XMPP.Contracts.Search.LesserThanDuration.LesserThanDuration
LesserThanDuration(Duration Value)
Limits searches to items with values lesser than this value.
Definition:
LesserThanDuration.cs:14
Waher.Networking.XMPP.Contracts.Search.SearchFilterDurationOperand
Abstract base class for Duration-valued Smart Contract Search filter operands.
Definition:
SearchFilterDurationOperand.cs:11
Waher.Networking.XMPP.Contracts.Search.SearchFilterDurationOperand.Value
Duration Value
Duration value.
Definition:
SearchFilterDurationOperand.cs:27
Waher.Content
Definition:
Array.cs:6
Waher.Networking.XMPP.Contracts.Search
Definition:
EqualToBoolean.cs:2
Waher.Content.Duration
Represents a duration value, as defined by the xsd:duration data type: http://www....
Definition:
Duration.cs:13
IoTGateway
Networking
Waher.Networking.XMPP.Contracts
Search
LesserThanDuration.cs
Generated by
1.9.5