UserBusinessRule Properties |
The UserBusinessRule type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions | List of UserBusinessRuleAction child objects, based on the Systems.Bpm.UserBusinessRuleAction.UserBusinessRule back reference | |
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| Code | The unique code of the UserBusinessRule. [Required] [Filter(eq;like)] [ORD] | |
| Conditions | List of UserBusinessRuleCondition child objects, based on the Systems.Bpm.UserBusinessRuleCondition.UserBusinessRule back reference | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| Events | List of UserBusinessRuleEvent child objects, based on the Systems.Bpm.UserBusinessRuleEvent.UserBusinessRule back reference | |
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| Icon | Visual icon of the rule in .PNG format. | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| IsActive | Specifies whether the rule is activated. [Required] [Default(false)] [Filter(eq)] | |
| IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) | |
| IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) | |
| ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) | |
| Layer | Specifies in which layers the rule will be available. The available events and actions depend on the chosen layer. Allowed values: FTE=Front-End, BKE=BackEnd, COM=Common (both). [Required] [Default("BKE")] [Filter(multi eq)] | |
| Name | The name of this UserBusinessRule. [Required] [Filter(like)] | |
| NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) | |
| Notes | Notes for this UserBusinessRule. | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| Repository | Provides access to UserBusinessRulesRepository repository methods | |
| RepositoryName | The name of the repository, for which this business rule is defined. [Required] [Filter(eq;like)] | |
| ScriptLanguage | The programming language used to define the rule actions. [Required] [Default("Integrated")] | |
| ScriptText | The program code used to define the rule actions. | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) | |
| UserStartable | Specifies, that the rule can be manually started by the user. [Default(false)] [Filter(eq)] |