ProductCostingMethod Property |
Specifies the costing method for the product. null means to use the Enterprise Company default. Currently supported methods are: EXP - Explicitly specify lot; AVG - Average cost.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<ProductsRepositoryCostingMethod> CostingMethod { get; set; }
Public Property CostingMethod As Nullable(Of ProductsRepositoryCostingMethod)
Get
Set
public:
property Nullable<ProductsRepositoryCostingMethod^>^ CostingMethod {
Nullable<ProductsRepositoryCostingMethod^>^ get ();
void set (Nullable<ProductsRepositoryCostingMethod^>^ value);
}
member CostingMethod : Nullable<ProductsRepositoryCostingMethod> with get, set
Property Value
Type:
NullableProductsRepositoryCostingMethod
See Also