Click or drag to resize

clsImportPhasePredecessor Class

This import class allows to create a link between two phases.
  • A: Use this class stand alone to create a link to a pair of existing phases
  • B: Add this class to the clsImportPhase class. This only works, if the Predecessor Phase is already created.
Inheritance Hierarchy
SystemObject
  MARIInterfaceclsImportBase
    MARIInterfaceclsImportPhasePredecessor

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class clsImportPhasePredecessor : clsImportBase

The clsImportPhasePredecessor type exposes the following members.

Constructors
  NameDescription
Public methodclsImportPhasePredecessor
Initializes a new instance of the clsImportPhasePredecessor class
Top
Properties
  NameDescription
Public propertyDifference
Time distance between the phase end and phase start in (hours?)
Public propertyMemo
Memo
Public propertyPhaseID
Base Phase ID, where the relationship is linked to. This is the successor.
Public propertyPredesessor
Predesessor Phase ID. Link to the phase ID the PhaseID is depending on.
Public propertyType
Type
Top
Methods
See Also