Click or drag to resize

IWorkType Interface

Contains the Work type 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 IWorkType

The IWorkType type exposes the following members.

Methods
 NameDescription
Public methodAddNewWorkType Adds a new Work type.
Public methodGetAllWorkTypes Gets all Work types of organization.
Public methodGetWorkTypeByGUID Get Work type by GUID.
Public methodGetWorkTypeByHourGUID Gets Work type by work hour entry GUID.
Public methodGetWorkTypesByPhaseGUID Gets all Work types that are available for a Phase.
Public methodGetWorkTypesChangedSince Gets active Work types added or updated after given time.
Public methodUpdateWorkType Updates a Work type.
Top
See Also