Click or drag to resize

ActionBusinessRuleTObject Properties

The ActionBusinessRuleTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyAction
Gets the action.
Public propertyCode
Gets the unique rule code.
(Inherited from BusinessRule.)
Public propertyCondition
Gets the condition.
Public propertyDefaultExecutionPriority
Gets the default execution priority of the rule. It is used when priority is not specified when registering the rule for events.
(Inherited from BusinessRule.)
Public propertyExecuteForDeletedObject
Gets a value indicating whether to execute the rule for deleted object. The default is false. Inheritors can override it.
(Inherited from BusinessRule.)
Public propertyLocalizedName
Gets the localized name of the rule.
(Inherited from BusinessRule.)
Public propertyName
Gets the rule name.
(Overrides BusinessRuleName.)
Top
See Also