Namespace: Json.Logic
Inheritance: OperatorAttribute
🡒 Attribute
🡒 object
Decorates Json.Logic.Rule implementations to identify a rule.
Properties
Name | Type | Summary |
---|---|---|
Name | string | The identifier. |
TypeId | object | Â |
Constructors
OperatorAttribute(string name)
Creates a new Json.Logic.OperatorAttribute instance.
Declaration
1
public OperatorAttribute(string name)
Parameter | Type | Description |
---|---|---|
name | string | The identifier. |