Click or drag to resize

DslRule Class

The DslRule is corresponding to Access Rule in Casewhere system. It contains public data on a rule.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslRule

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public class DslRule

The DslRule type exposes the following members.

Constructors
  NameDescription
Public methodDslRule
Initializes a new instance of the DslRule class
Top
Properties
  NameDescription
Public propertyId
Identifier of the rule.
Public propertyIsActive
Flag of the rule. That indicates rule is active or not.
Public propertyName
Name of the rule.
Public propertyProductId
ProductId specifies product which the Rule depend on.
Public propertyProductName
Name of product which the Rule depend on.
Public propertyRuleType
The type of the Rule.
Top
See Also