PrincipalRecipeOperation Properties |
The PrincipalRecipeOperation 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.) |
![]() | ConditionalProperty | When not null, specifies that, when creating recipe, the operation will be added only if this property is set for the main product. [Filter(multi eq)] |
![]() | ConditionalPropertyDescription | The desired description of the Conditional Property. . |
![]() | ConditionalPropertyValue | The desired value of the Conditional Property. . |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | 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.) |
![]() | LineOrd | Consecutive line number within the principal recipe. [Required] |
![]() | MinimumConcurrentStartTimeMinutes | How many minutes after the start of the previous operation can this operation start. null means that this operation should wait the previous operation to finish before starting. |
![]() | MoveTimeMinutes | Time to move the lot to the next operation in minutes. [Required] [Default(0)] [Filter(ge;le)] |
![]() | 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 PrincipalRecipeOperation. |
![]() | ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) |
![]() | Operation | The generic operation definition. The data is copied locally and can be modified for this specific record. [Filter(multi eq)] |
![]() | OperationDescription | The description of the operation. Initially copied from the generic operation definition. |
![]() | OperationInstruction | Link to additional data, containing instructions in external format. [Filter(multi eq)] |
![]() | PrincipalRecipe | The PrincipalRecipe to which this PrincipalRecipeOperation belongs. [Required] [Filter(multi eq)] [Owner] |
![]() | Repository | Provides access to PrincipalRecipeOperationsRepository repository methods |
![]() | RunTimeMinutes | Duration of the operation for one piece in the standard measurement unit of the product. [Required] [Default(0)] [Filter(ge;le)] |
![]() | ScrapRate | Standard rate of scrap during the operation. [Required] [Default(0)] |
![]() | SetupTimeMinutes | Time needed to setup the equipment. [Required] [Default(0)] [Filter(ge;le)] |
![]() | Tooling | The tools needed for the routing step. |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |
![]() | UseQuantity | Quantity of the workgroup resource that should be allocated for the operation. [Unit: UseQuantityUnit] [Required] [Default(1)] [Filter(ge;le)] |
![]() | UseQuantityUnit | The measurement unit of Use_Quantity. [Required] [Filter(multi eq)] |
![]() | WaitTimeMinutes | Wait time (drying, cooling, etc.) after the operation in minutes. [Required] [Default(0)] [Filter(ge;le)] |
![]() | WorkgroupResource | Required workgroup resource for the operation. null means that no resource is required or the resource will be specified later. [Required] [Filter(multi eq)] |