Home OperatorAttribute Class
OperatorAttribute Class
Cancel

OperatorAttribute Class

Namespace: Json.Logic

Inheritance: OperatorAttribute 🡒 Attribute 🡒 object

Decorates Json.Logic.Rule implementations to identify a rule.

Properties

NameTypeSummary
NamestringThe identifier.
TypeIdobject 

Constructors

OperatorAttribute(string name)

Creates a new Json.Logic.OperatorAttribute instance.

Declaration

1
public OperatorAttribute(string name)
ParameterTypeDescription
namestringThe identifier.
Contents