ProductSupplyRepositoryGetProcurementTypeName Method |
Gets the name of the procurement type.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static string GetProcurementTypeName(
ProductSupplyRepositoryProcurementType procurementType
)
Public Shared Function GetProcurementTypeName (
procurementType As ProductSupplyRepositoryProcurementType
) As String
public:
static String^ GetProcurementTypeName(
ProductSupplyRepositoryProcurementType^ procurementType
)
static member GetProcurementTypeName :
procurementType : ProductSupplyRepositoryProcurementType -> string
Parameters
- procurementType
- Type: Aloe.EnterpriseOne.Model.General.ProductsProductSupplyRepositoryProcurementType
Type of the procurement.
Return Value
Type:
StringSystem.String.
See Also