Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EqualToDate.cs
1using System;
2
4{
9 {
14 public EqualToDate(DateTime Value)
15 : base(Value)
16 {
17 }
18
22 public override string OperandName => "eq";
23 }
24}
Limits searches to items with values equal to this value.
Definition: EqualToDate.cs:9
override string OperandName
Local XML element name of double operand.
Definition: EqualToDate.cs:22
EqualToDate(DateTime Value)
Limits searches to items with values equal to this value.
Definition: EqualToDate.cs:14
Abstract base class for Date Smart Contract Search filter operands.