Click or drag to resize

clsImportProjectContractPositionEquipmentCostTypes Property

To avoid to import all equipment cost type it is possible to define here the cost types. Example value: CostTypeID;CostTypeID;CostTypeID (separator ';') Special handling to enter quantities and prices: CostTypeID|Quantity|Price;CostTypeID|Quantity|Price (separator '|' and ';') If empty all cost type will be imported

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public string EquipmentCostTypes { get; set; }

Property Value

Type: String
Remarks
Stored as special lines of contract positions.
See Also