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