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