ProductSupplyRepositoryGetOrderLotSizingMethodName Method |
Gets the name of the order lot sizing method.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static MultilanguageString GetOrderLotSizingMethodName(
ProductSupplyRepositoryOrderLotSizingMethod OLSMethod
)
Public Shared Function GetOrderLotSizingMethodName (
OLSMethod As ProductSupplyRepositoryOrderLotSizingMethod
) As MultilanguageString
public:
static MultilanguageString^ GetOrderLotSizingMethodName(
ProductSupplyRepositoryOrderLotSizingMethod^ OLSMethod
)
static member GetOrderLotSizingMethodName :
OLSMethod : ProductSupplyRepositoryOrderLotSizingMethod -> MultilanguageString
Parameters
- OLSMethod
- Type: Aloe.EnterpriseOne.Model.General.ProductsProductSupplyRepositoryOrderLotSizingMethod
The ols method.
Return Value
Type:
MultilanguageString
See Also