Click or drag to resize

DocumentJob Properties

The DocumentJob type exposes the following members.

Properties
  NameDescription
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 propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDocumentType
The type of the document, whose state will be changed. [Required] [Filter(multi eq)]
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFilterXml
Specifies the documents, whose state will be changed. [Required]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsActive
Specifies whether the job is active and ready for running. [Required] [Default(true)] [Filter(eq)]
(Inherited from Job.)
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 JobIsLoaded.)
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 propertyJobId
Gets the Id of the job row, related to the domain object
(Inherited from Job.)
Public propertyJobType
The system type of the job. DOC=Document Change State, POS=Run Postponed Events, DNT=Delete Old Notifications. [Required] [Filter(multi eq)]
(Inherited from Job.)
Public propertyName
The name of the job. [Required] [Filter(eq;like)] [ORD]
(Inherited from Job.)
Public propertyNewState
Specifies the state, which should be set to the documents, matching the filter. [Required]
Public propertyNewUserStatus
Specifies the user status, which should be set to the documents, matching the filter. The user statuses are defined for the selected document type. [Filter(multi eq)]
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 Job.
(Inherited from Job.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides JobObjectState.)
Public propertyRepository
Provides access to DocumentJobsRepository repository methods
Public propertyRunOnIdle
Specifies whether to automatically run the job when the server is idle. [Required] [Default(true)] [Filter(eq)]
(Inherited from Job.)
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also