Click or drag to resize

MethodType Class

IT Hit WebDAV Classes Reference
Represents iTip method type.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CalendarMethodType

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

The MethodType type exposes the following members.

Constructors
  NameDescription
Public methodMethodType
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberAdd
Add one or more new instances to an existing recurring iCalendar object. String value is "ADD", integer value is 4.
Public propertyStatic memberCancel
Cancel one or more instances of an existing iCalendar object. String value is "CANCEL", integer value is 5.
Public propertyStatic memberCounter
Used by an Attendee to negotiate a change in an iCalendar object. String value is "COUNTER", integer value is 7.
Public propertyStatic memberDeclineCounter
Used by the Organizer to decline the proposed counter proposal. String value is "DECLINECOUNTER", integer value is 8.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberPublish
Used to publish an iCalendar object to one or more "Calendar Users". String value is "PUBLISH", integer value is 1.
Public propertyStatic memberRefresh
Used by an Attendee to request the latest version of an iCalendar object. String value is "REFRESH", integer value is 6.
Public propertyStatic memberReply
A reply is used in response to a request to convey Attendee status to the Organizer. String value is "REPLY", integer value is 3.
Public propertyStatic memberRequest
Used to schedule an iCalendar object with other "Calendar Users". String value is "REQUEST", integer value is 2.
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
https://tools.ietf.org/html/rfc5546#section-1.4
See Also