Click or drag to resize

clsImportEquipmentCategorySubjectListOfCategorySubjectRates Property

Collection to store for each company the three values: ItemCode, CostPrice, SalesPrice

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.1.0.208
Syntax
public List<clsImportEquipmentCategorySubjectRate> ListOfCategorySubjectRates { get; set; }

Property Value

Type: ListclsImportEquipmentCategorySubjectRate
Remarks
MPEquipmentCategorySubjectRates.ItemCode NVARCHAR legnth 20

View: MARIEquipmentCategorySubjectRates.ItemCode: :Table: MPEquipmentCategorySubjectRates.ItemCode

MPEquipmentCategorySubjectRates.CostPrice type: NUMERIC(19,6) length: 8

View: MARIEquipmentCategorySubjectRates.CostPrice: :Table: MPEquipmentCategorySubjectRates.CostPrice

MPEquipmentCategorySubjectRates.SalesPrice type: NUMERIC(19,6) length: 8

View: MARIEquipmentCategorySubjectRates.SalesPrice: :Table: MPEquipmentCategorySubjectRates.SalesPrice

See Also