Click or drag to resize

clsImportProductTreeLine Class

Import Class for lines of a product tree (ITT1 table). Use this class only with the clsImportProductTree object.
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportBaseERP
      MARIInterfaceclsImportProductTreeLine

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportProductTreeLine : clsImportBaseERP

The clsImportProductTreeLine type exposes the following members.

Constructors
  NameDescription
Public methodclsImportProductTreeLine
Initializes a new instance of the clsImportProductTreeLine class
Top
Properties
  NameDescription
Public propertyChildNum
ChildNum Line in the production tree. Based on the AddLine(clsImportProductTreeLine) method the child num will automatically be set
Public propertyCode
Code: ItemCode, ResourceCode of the line
Public propertyComment
Comment
Public propertyFather
Father ItemCode of the header. Only used to load from source table, finding the right clsImportProductTree object. Based on the AddLine(clsImportProductTreeLine) method this property will be ignored.
Public propertyIssueMthd
Public propertyLineText
LineText
Public propertyOcrCode
OcrCode
Public propertyOcrCode2
OcrCode2
Public propertyOcrCode3
OcrCode3
Public propertyOcrCode4
OcrCode4
Public propertyOcrCode5
OcrCode5
Public propertyPriceList
Price List
Public propertyProject
Project
Public propertyQuantity
Quantity
Public propertyStageID
ITT1.StageID Reference to the Stage Line ITT2.StageID
Public propertyType
Type
Public propertyUom
Unti of messurnment
Public propertyWarehouse
Warehouse
Top
Methods
See Also