Click or drag to resize

IConstraint Properties

The IConstraint type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the unique business rule code.
(Inherited from IBusinessRule.)
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 IBusinessRule.)
Public propertyExecuteForDeletedObject
Gets a value indicating whether to execute the rule for deleted object.
(Inherited from IBusinessRule.)
Public propertyLocalizedName
Gets the localized name of the business rule.
(Inherited from IBusinessRule.)
Public propertyName
Gets the rule name.
(Inherited from IBusinessRule.)
Top
See Also