Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LesserThanTime.cs
1
using
System;
2
3
namespace
Waher.Networking.XMPP.Contracts.Search
4
{
8
public
class
LesserThanTime
:
SearchFilterTimeOperand
9
{
14
public
LesserThanTime
(TimeSpan
Value
)
15
: base(
Value
)
16
{
17
}
18
22
public
override
string
OperandName
=>
"lt"
;
23
}
24
}
Waher.Networking.XMPP.Contracts.Search.LesserThanTime
Limits searches to items with values lesser than this value.
Definition:
LesserThanTime.cs:9
Waher.Networking.XMPP.Contracts.Search.LesserThanTime.LesserThanTime
LesserThanTime(TimeSpan Value)
Limits searches to items with values lesser than this value.
Definition:
LesserThanTime.cs:14
Waher.Networking.XMPP.Contracts.Search.LesserThanTime.OperandName
override string OperandName
Local XML element name of string operand.
Definition:
LesserThanTime.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
LesserThanTime.cs
Generated by
1.9.5