Click or drag to resize

clsImportPhasePlanningVersion Property

Reference for the planning version. Standard=3. When property is 0 the current phase planning version from the project will be used. See clsImportProject.PlanningVersion for the current planning version of the project.

Standard planning versions are:

  • 0: Preplanning not confirmed. (Here the 0 is used to read the value from the project)
  • 1: Primary planning version
  • 2: Initial planning version
  • 3: (default) Current planing version. All transactions (time booking, etc) are only made against the current planning.
  • >100000: Additional planning versions, created by archiving the planning version

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

Property Value

Type: Int32
Remarks

MPProjektPhasen.Planungsversion type: INT length: 4

View: MARIProjectPhases.PlanningVersion: :Table: MPProjektPhasen.Planungsversion

Linked Field: View: MARIProjectPlanningVersions.PlanningVersion: :Table: MPProjektPlanungsversion.Planungsversion Project Master: Planning versions linked to a project

See Also