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+44a51f72c26ddcf0e9b8d6357aa5d7af811c88c6
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