Click or drag to resize

StatusType Class

IT Hit WebDAV Classes Reference
Represents the overall status or confirmation for the event, to-do or journal calendar component.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CalendarStatusType

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public class StatusType : ExtendibleEnum

The StatusType type exposes the following members.

Constructors
  NameDescription
Public methodStatusType
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberCancelled
Cancelled status. Valid for event, to-do and journal components. String value is "CANCELLED", integer value is 3.
Public propertyStatic memberCompleted
Indicates to-do completed. Valid for to-do component only. String value is "COMPLETED", integer value is 5.
Public propertyStatic memberConfirmed
Confirmed status. Valid for event component only. String value is "CONFIRMED", integer value is 2.
Public propertyStatic memberDraft
Indicates journal is draft. Valid for journal component only. String value is "DRAFT", integer value is 7.
Public propertyStatic memberFinal
Indicates journal is final. Valid for journal component only. String value is "FINAL", integer value is 8.
Public propertyStatic memberInProcess
Indicates to-do in process of. Valid for to-do component only. String value is "IN-PROCESS", integer value is 6.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberNeedsAction
Indicates to-do needs action. Valid for to-do component only. String value is "NEEDS-ACTION", integer value is 4.
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberTentative
Tentative status. Valid for event component only. String value is "TENTATIVE", integer value is 1.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ExtendibleEnum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Inherited from ExtendibleEnum.)
Top
Remarks
http://tools.ietf.org/html/rfc5545#section-3.8.1.11
See Also