Click or drag to resize

Phase Properties

The Phase type exposes the following members.

Properties
  Name Description
Public property CaseGUID Unique identifier for the Case that this Phase belongs to.
Public property Code Code can be used as one identifier for the phase in question. It can be manually added and edited from the user interface of Severa when API addon is active for the organization. Severa doesn't validate code so that it would be unique, there might be many phases with the same code in Severa.
Public property Deadline End date for the Phase.
Public property Description Not in use.
Public property FlatRate Contains flat rate details when the task has flat rate pricing. When the task does not have flat rate pricing then this is null (Nothing in Visual Basic). This will be ignored on server when the Phase object is sent to server.
Public property GUID Unique identifier for the Phase.
Public property IsCompleted Indicates if phase is completed.
Public property IsLocked Indicates if phase is locked to prevent hours and items being added to the phase.
Public property Name The name of the Phase.
Public property OriginalDeadline Original end date for the Phase.
Public property OriginalPlannedStartDate Original planned start date for the Phase.
Public property OriginalWorkEstimate Original work time estimate for this Phase in hours.
Public property OwnerUserGUID Unique identifier for the User who owns this Phase.
Public property ParentPhaseGUID Unique identifier for the parent Phase.
Public property PlannedStartDate Start date for the Phase.
Public property PricePerHour Price per hour when default pricing is not used for this phase.
Public property SortOrder Specifies the relative position of this phase in relation to other phases at the same level in the same case.
Public property WorkEstimate Work time estimate for this Phase in hours.
Public property WorkTypeGUID Unique identifier for the default Work type associated with this Phase.
Top
See Also