DslRule Class

The DslRule is corresponding to Access Rule in Casewhere system. It contains public data on a rule.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslRule
Inheritance
Object    DslRule

Constructors

DslRule Initializes a new instance of the DslRule class

Properties

Id Identifier of the rule.
IsActive Flag of the rule. That indicates rule is active or not.
Name Name of the rule.
ProductId ProductId specifies product which the Rule depend on.
ProductName Name of product which the Rule depend on.
RuleType The type of the Rule.

See Also