Click or drag to resize

clsImportPhaseParent Property

Link to phases above in the hirarchy. When the Parent phase is found and the Indent is > the Indent of the parent, a child is created.

The parent may change from Leave to Branch.

When you like to add a phase 'A.3' under A (A.1, A.2) use the PhaseId of A.2 as the Parent and the same Indent. Then A.3 will be under A.2. In the database the field Parent will after the import point to A one Indent higher

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

Property Value

Type: Int32
Remarks

MPProjektPhasen.Parent type: INT length: 4

View: MARIProjectPhases.Parent: :Table: MPProjektPhasen.Parent

Linked Field: View: MARIProjectPhases.PhaseID: :Table: MPProjektPhasen.PhasenID Project Phases Master: Master Data (linked to project and planning version)

See Also