Click or drag to resize

ConstraintTObject Properties

The ConstraintTObject generic type exposes the following members.

Properties
  NameDescription
Public propertyAttribute
The data attribute for which the constraint is defined or null if the constraint is not for specific attribute.
Public propertyCode
Gets the unique rule code.
(Inherited from BusinessRule.)
Public propertyDefaultExecutionPriority
Gets the default execution priority of the rule. It is used when priority is not specified when registering the rule for events.
(Overrides BusinessRuleDefaultExecutionPriority.)
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 propertyGetAttribute
Gets the function that returns the attribute of the constraint. The attribute is specified for constraints, which constrain a specific attribute.
Public propertyIsActivated
Gets a value indicating whether this constraint has already been activated.
Public propertyLocalizedName
Gets the localized name of the rule.
(Inherited from BusinessRule.)
Public propertyName
Gets the rule name.
(Inherited from BusinessRule.)
Top
See Also