Operation Properties |
The Operation type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) | |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| Description | The description of this Operation. | |
| ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) | |
| Id |
The unique Id of the entity object
(Inherited from EntityObject.) | |
| 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.) | |
| MinimumConcurrentStartTimeMinutes | 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. | |
| MoveTimeMinutes | The time required for the product to move to the next operation. During this time no resource is allocated. [Required] [Default(0)] | |
| Name | The name of this Operation. [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.) | |
| ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) | |
| OperationGroup | The OperationGroup to which this Operation belongs. [Required] [Filter(multi eq)] [Owner] | |
| OperationInstructions | Full instructions for the operation. [Filter(multi eq)] | |
| Repository | Provides access to OperationsRepository repository methods | |
| RunTimeMinutes | The time required to process one product lot. The run time is calculated for each produced lot. [Required] [Default(0)] | |
| ScrapRate | The percentage (0..1) of scrap usually occurring during the production operation. null means that the scrap rate cannot be generally calculated. | |
| SetupTimeMinutes | The time required to setup the operation. The setup is incurred only once, regardless of the produced quntity. [Required] [Default(0)] | |
| StandardPricePerHour | Standard price for 1 hour work for this operation. [Required] [Default(0)] | |
| Tooling | Short description of the needed instruments for the operation. | |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) | |
| UseQuantityBase | 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)] | |
| WaitTimeMinutes | The time required to wait after completing the operation. During this time, the resource is still allocated to the operation. [Required] [Default(0)] | |
| WorkgroupResource | When not null, specifies the Workgroup Resource, which is required by the operation. [Filter(multi eq)] |