Click or drag to resize

UserBusinessRule Properties

The UserBusinessRule type exposes the following members.

Properties
  NameDescription
Public propertyActions
List of UserBusinessRuleAction child objects, based on the Systems.Bpm.UserBusinessRuleAction.UserBusinessRule back reference
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCode
The unique code of the UserBusinessRule. [Required] [Filter(eq;like)] [ORD]
Public propertyConditions
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyEvents
List of UserBusinessRuleEvent child objects, based on the Systems.Bpm.UserBusinessRuleEvent.UserBusinessRule back reference
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyIcon
Visual icon of the rule in .PNG format.
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsActive
Specifies whether the rule is activated. [Required] [Default(false)] [Filter(eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLayer
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)]
Public propertyName
The name of this UserBusinessRule. [Required] [Filter(like)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNotes
Notes for this UserBusinessRule.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyRepository
Provides access to UserBusinessRulesRepository repository methods
Public propertyRepositoryName
The name of the repository, for which this business rule is defined. [Required] [Filter(eq;like)]
Public propertyScriptLanguage
The programming language used to define the rule actions. [Required] [Default("Integrated")]
Public propertyScriptText
The program code used to define the rule actions.
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUserStartable
Specifies, that the rule can be manually started by the user. [Default(false)] [Filter(eq)]
Top
See Also