RecipeOperationOperation Property |
Standard operation Id. If not null used to load the details. If null the details (times, scrap rates, etc.) must be entered manually. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Technologies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Operation Operation { get; set; }
Public Property Operation As Operation
Get
Set
public:
property Operation^ Operation {
Operation^ get ();
void set (Operation^ value);
}
member Operation : Operation with get, set
Property Value
Type:
Operation
See Also