Click or drag to resize

WorkType Class

Represents a work type.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIWorkType

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

The WorkType type exposes the following members.

Constructors
 NameDescription
Public methodWorkTypeInitializes a new instance of the WorkType class
Top
Properties
 NameDescription
Public propertyCode Code for the work type.
Public propertyGUID Unique identifier for the work type.
Public propertyIsActive Identifies if the work type is active.
Public propertyIsDefault Identifies if the work type is the default work type of the system.
Public propertyIsProductive Identifies if the work type is productive.
Public propertyName Name of the work type.
Public propertySalesAccountGUID Unique identifier for the sales account of the work type.
Top
See Also