Click or drag to resize

ActivityType Class

Represents an Activity type.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIActivityType

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

The ActivityType type exposes the following members.

Constructors
 NameDescription
Public methodActivityTypeInitializes a new instance of the ActivityType class
Top
Properties
 NameDescription
Public propertyCategory The category of the Activity type.
Public propertyCode Activity type code.
Public propertyGUID Unique identifier for the Activity type.
Public propertyIcon The icon for the Activity type.
Public propertyIsActive Indicates if this Activity type is active.
Public propertyIsDefault Indicates if this Activity type is the default Activity type of the organization.
Public propertyIsPaidLeave Indicates if this Activity type represents paid leave.
Public propertyName The name of the Activity type.
Top
See Also