C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / StatusTypeEnum Enumeration

StatusTypeEnum Enumeration
Determines the type of status.
Syntax
'Declaration
 
Public Enum StatusTypeEnum 
   Inherits System.Enum
 
Members
MemberDescription
BusyThis status means that a person is in the office but unavailable to others.
CustomThis status represents all custom statuses added to the StatusCollection.
FreeThis status means that a person is in the office and available to others.
OutOfOfficeThis status means that a person is out of the office and unavailable to others.
TentativeThis status means that a person is in the office and tentatively available to others.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Schedule.StatusTypeEnum

See Also