Click or drag to resize

ParticipationStatusToDoType Class

IT Hit WebDAV Classes Reference
Represents participation status parameter for the calendar user for a to-do.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CalendarParticipationStatusType
      ITHit.Collab.CalendarParticipationStatusToDoType

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

The ParticipationStatusToDoType type exposes the following members.

Constructors
  NameDescription
Public methodParticipationStatusToDoType
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberAccepted
A to-do is accepted.
Public propertyStatic memberCompleted
A to-do is completed.
Public propertyStatic memberDeclined
A to-do is declined.
Public propertyStatic memberDelegated
A to-do is delegated.
Public propertyStatic memberInProgress
A to-do is in-progress.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberNeedsAction
A to-do needs action.
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberTentative
A to-do tentatively accepted.
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
See Also