Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LikeRegEx.cs
2{
7 {
12 public LikeRegEx(string Value)
13 : base(Value)
14 {
15 }
16
20 public override string OperandName => "like";
21 }
22}
Limits searches to items with values like this value, using a regular expression.
Definition: LikeRegEx.cs:7
LikeRegEx(string Value)
Limits searches to items with values like this value, using a regular expression.
Definition: LikeRegEx.cs:12
override string OperandName
Local XML element name of string operand.
Definition: LikeRegEx.cs:20
Abstract base class for String-valued Smart Contract Search filter operands.