Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RuleRangeModel.cs
2{
8 public class RuleRangeModel(object RuleRange, string Label)
9 {
10
14 public object RuleRange { get; } = RuleRange;
15
19 public string Label { get; } = Label;
20
22 public override string ToString()
23 {
24 return this.Label;
25 }
26 }
27}
class RuleRangeModel(object RuleRange, string Label)
Rule Range model