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
Syntaxpublic string EquipmentCostTypes { get; set; }Public Property EquipmentCostTypes As String
Get
Set
Property Value
Type:
String
Remarks
Stored as special lines of contract positions.
See Also