Click or drag to resize

PhaseTreeNode Class

Base information about phase of a case together with child phases.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIPhaseTreeNode

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class PhaseTreeNode

The PhaseTreeNode type exposes the following members.

Constructors
 NameDescription
Public methodPhaseTreeNodeInitializes a new instance of the PhaseTreeNode class
Top
Properties
 NameDescription
Public propertyAccountGUID Identifies account associated with this Phase.
Public propertyAccountName The name of the Account.
Public propertyCaseGUID Unique identifier for the Case that this Phase belongs to.
Public propertyChildPhases Array of child phases.
Public propertyGUID Unique identifier for the Phase.
Public propertyIsLocked Indicates if phase is locked to prevent hours and items being added to the phase.
Public propertyName The name of the Phase.
Public propertyParentPhaseGUID Unique identifier for the parent Phase.
Public propertyWorkTypeGUID Unique identifier for the default WorkType associated with this Phase.
Top
Remarks
With this it is possible to create a Phase tree of a case.
See Also