Click or drag to resize

Phase Class

Represents a Phase of a case.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIPhase

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

The Phase type exposes the following members.

Constructors
 NameDescription
Public methodPhaseInitializes a new instance of the Phase class
Top
Properties
 NameDescription
Public propertyCaseGUID Unique identifier for the Case that this Phase belongs to.
Public propertyCode 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 propertyDeadline End date for the Phase.
Public propertyDescription Not in use.
Public propertyFlatRate 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 propertyGUID Unique identifier for the Phase.
Public propertyIsCompleted Indicates if phase is completed.
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 propertyOriginalDeadline Original end date for the Phase.
Public propertyOriginalPlannedStartDate Original planned start date for the Phase.
Public propertyOriginalWorkEstimate Original work time estimate for this Phase in hours.
Public propertyOwnerUserGUID Unique identifier for the User who owns this Phase.
Public propertyParentPhaseGUID Unique identifier for the parent Phase.
Public propertyPlannedStartDate Start date for the Phase.
Public propertyPricePerHour Price per hour when default pricing is not used for this phase.
Public propertySortOrder Specifies the relative position of this phase in relation to other phases at the same level in the same case.
Public propertyWorkEstimate Work time estimate for this Phase in hours.
Public propertyWorkTypeGUID Unique identifier for the default Work type associated with this Phase.
Top
See Also