Freigeben über


CalendarParameterReader Members

Include Protected Members
Include Inherited Members

The CalendarParameterReader class returns information about parameters in an iCalendar stream.

The CalendarParameterReader type exposes the following members.

Properties

  Name Description
Public property Name The Name property gets the name of the current parameter.
Public property ParameterId The ParameterId method gets a ParameterId enumeration value that identifies the current parameter.

Top

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadNextParameter The ReadNextParameter method reads the next parameter.
Public method ReadNextValue The ReadNextValue method reads the next value in the current parameter.
Public method ReadValue The ReadValue method returns a string that contains the current value.
Public method ToString (Inherited from ValueType.)

Top