Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LesserThanBoolean.cs
1
namespace
Waher.Networking.XMPP.Contracts.Search
2
{
6
public
class
LesserThanBoolean
:
SearchFilterBooleanOperand
7
{
12
public
LesserThanBoolean
(
bool
Value
)
13
: base(
Value
)
14
{
15
}
16
20
public
override
string
OperandName
=>
"lt"
;
21
}
22
}
Waher.Networking.XMPP.Contracts.Search.LesserThanBoolean
Limits searches to items with values lesser than this value.
Definition:
LesserThanBoolean.cs:7
Waher.Networking.XMPP.Contracts.Search.LesserThanBoolean.OperandName
override string OperandName
Local XML element name of string operand.
Definition:
LesserThanBoolean.cs:20
Waher.Networking.XMPP.Contracts.Search.LesserThanBoolean.LesserThanBoolean
LesserThanBoolean(bool Value)
Limits searches to items with values lesser than this value.
Definition:
LesserThanBoolean.cs:12
Waher.Networking.XMPP.Contracts.Search.SearchFilterBooleanOperand
Abstract base class for Boolean Smart Contract Search filter operands.
Definition:
SearchFilterBooleanOperand.cs:10
Waher.Networking.XMPP.Contracts.Search.SearchFilterBooleanOperand.Value
bool Value
Boolean value.
Definition:
SearchFilterBooleanOperand.cs:26
Waher.Networking.XMPP.Contracts.Search
Definition:
EqualToBoolean.cs:2
IoTGateway
Networking
Waher.Networking.XMPP.Contracts
Search
LesserThanBoolean.cs
Generated by
1.9.5