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