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