CustomizationTransitionRules Object
Description
A collection of CustomizationTransitionRule objects applied to a specific field and user group.
Remarks
Get a CustomizationTransitionRules object from the CustomizationPermissions Object.
Public Methods
Public Method AddTransitionRuleAdds a new CustomizationTransitionRule to the current object.
Public Method RemoveTransitionRuleRemoves the specified transition rule from the current object.
Public Properties
Public Property CountThe number of CustomizationTransitionRule objects contained by the current object.
Public Property EntityNameThe location (database table) of the field to which the transition rules in the current object are attached.
Public Property FieldThe CustomizationField object to which the transition rules in the current object are attached.
Public Property GroupThe CustomizationUsersGroup object to which the transition rules in the current object are attached.
Public Property TransitionRuleThe CustomizationTransitionRule specified by its position in the list of transition rules.
Public Property UpdatedIndicates if the object has been modified since the last synchronization with database.
See Also