Click or drag to resize

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
Syntax
public static string GetProcurementTypeName(
	ProductSupplyRepositoryProcurementType procurementType
)

Parameters

procurementType
Type: Aloe.EnterpriseOne.Model.General.ProductsProductSupplyRepositoryProcurementType
Type of the procurement.

Return Value

Type: String
System.String.
See Also