CalculationResultLot Property |
The Lot to which the cost was allocated. When null, the cost was not allocated to any specific Lot. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Lot Lot { get; set; }
Public Property Lot As Lot
Get
Set
public:
property Lot^ Lot {
Lot^ get ();
void set (Lot^ value);
}
member Lot : Lot with get, set
Property Value
Type:
Lot
See Also