Namespace: ITHit.Collab.Calendar
The MethodType type exposes the following members.
| Name | Description | |
|---|---|---|
| MethodType |
Creates a new instance of the enum object.
|
| Name | Description | |
|---|---|---|
| Add |
Add one or more new instances to an existing recurring iCalendar object. String value is "ADD", integer value is 4.
| |
| Cancel |
Cancel one or more instances of an existing iCalendar object. String value is "CANCEL", integer value is 5.
| |
| Counter |
Used by an Attendee to negotiate a change in an iCalendar object. String value is "COUNTER", integer value is 7.
| |
| DeclineCounter |
Used by the Organizer to decline the proposed counter proposal. String value is "DECLINECOUNTER", integer value is 8.
| |
| Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
| Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
| Publish |
Used to publish an iCalendar object to one or more "Calendar Users". String value is "PUBLISH", integer value is 1.
| |
| Refresh |
Used by an Attendee to request the latest version of an iCalendar object. String value is "REFRESH", integer value is 6.
| |
| Reply |
A reply is used in response to a request to convey Attendee status to the Organizer. String value is "REPLY", integer value is 3.
| |
| Request |
Used to schedule an iCalendar object with other "Calendar Users". String value is "REQUEST", integer value is 2.
|
| 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.) |