Click or drag to resize

IPhase Interface

Contains the Phase operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public interface IPhase

The IPhase type exposes the following members.

Methods
 NameDescription
Public methodAddNewPhase Adds a Phase to a Case.
Public methodDeletePhase Deletes a Phase.
Public methodGetHourEntryPhasesByUserGUID Gets a list of phase trees, where the user can enter work hours to.
Public methodGetPhaseByGUID Gets n Phase by GUID.
Public methodGetPhasesByCaseGUID Gets all Phases for a Case.
Public methodGetPhasesByCode Gets Phases by code.
Public methodGetPhasesChangedSince Gets Phases that have been inserted or updated after given time.
Public methodUpdatePhase Updates a Phase.
Top
See Also