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