Namespace: ITHit.Collab.Calendar
The StatusType type exposes the following members.
Name | Description | |
---|---|---|
StatusType |
Creates a new instance of the enum object.
|
Name | Description | |
---|---|---|
Cancelled |
Cancelled status. Valid for event, to-do and journal components. String value is "CANCELLED", integer value is 3.
| |
Completed |
Indicates to-do completed. Valid for to-do component only. String value is "COMPLETED", integer value is 5.
| |
Confirmed |
Confirmed status. Valid for event component only. String value is "CONFIRMED", integer value is 2.
| |
Draft |
Indicates journal is draft. Valid for journal component only. String value is "DRAFT", integer value is 7.
| |
Final |
Indicates journal is final. Valid for journal component only. String value is "FINAL", integer value is 8.
| |
InProcess |
Indicates to-do in process of. Valid for to-do component only. String value is "IN-PROCESS", integer value is 6.
| |
Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
NeedsAction |
Indicates to-do needs action. Valid for to-do component only. String value is "NEEDS-ACTION", integer value is 4.
| |
Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
Tentative |
Tentative status. Valid for event component only. String value is "TENTATIVE", integer value is 1.
|
Name | Description | |
---|---|---|
Equals | (Inherited from ExtendibleEnum.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Converts this object to its string representation.
(Inherited from ExtendibleEnum.) |