WorkReportMaterialQuantityBase Property |
The equivalence of Quantity in the base measurement unit of the Material. [Required] [Default(0)] [Filter(eq;like)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal QuantityBase { get; set; }
Public Property QuantityBase As Decimal
Get
Set
public:
property Decimal^ QuantityBase {
Decimal^ get ();
void set (Decimal^ value);
}
member QuantityBase : decimal with get, set
Property Value
Type:
Decimal
See Also