Class RuleInterpreter
A rule interpreter.
Namespace: Unity.DigitalTwins.Live.Sdk.Models.DataAssociations
Assembly: solution.dll
Syntax
[Serializable]
public class RuleInterpreter
Properties
Description
A description of the rule interpreter and its intended use.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
IsDisabled
Indicates whether or not the rule interpreter is disabled.
Disabled rule interpreters cannot execute rules.
Declaration
public bool IsDisabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Name
The name of the rule interpreter.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |