Click or drag to resize

Operation Properties

The Operation 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 propertyDescription
The description of this Operation.
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
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 propertyMinimumConcurrentStartTimeMinutes
How many minutes after the start of this operation can the next operation start. null means that the next operation should wait this operation to finish before starting.
Public propertyMoveTimeMinutes
The time required for the product to move to the next operation. During this time no resource is allocated. [Required] [Default(0)]
Public propertyName
The name of this Operation. [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 propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyOperationGroup
The OperationGroup to which this Operation belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyOperationInstructions
Full instructions for the operation. [Filter(multi eq)]
Public propertyRepository
Provides access to OperationsRepository repository methods
Public propertyRunTimeMinutes
The time required to process one product lot. The run time is calculated for each produced lot. [Required] [Default(0)]
Public propertyScrapRate
The percentage (0..1) of scrap usually occurring during the production operation. null means that the scrap rate cannot be generally calculated.
Public propertySetupTimeMinutes
The time required to setup the operation. The setup is incurred only once, regardless of the produced quntity. [Required] [Default(0)]
Public propertyStandardPricePerHour
Standard price for 1 hour work for this operation. [Required] [Default(0)]
Public propertyTooling
Short description of the needed instruments for the operation.
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUseQuantityBase
Quantity of the resource that need to be allocated for the operation, in base measurement units for the resource. [Unit: WorkgroupResource.Resource.PrimaryUnit] [Required] [Default(1)]
Public propertyWaitTimeMinutes
The time required to wait after completing the operation. During this time, the resource is still allocated to the operation. [Required] [Default(0)]
Public propertyWorkgroupResource
When not null, specifies the Workgroup Resource, which is required by the operation. [Filter(multi eq)]
Top
See Also