CalendarWriter Members
The CalendarWriter class writes iCalendar data to an underlying stream and performs limited validation on the data written.
The following tables list the members exposed by the CalendarWriter type.
Public Constructors
Name | Description | |
---|---|---|
CalendarWriter | Overloaded. The CalendarWriter constructor overloads create new CalendarWriter objects. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Close | The Close method closes this CalendarWriter object but does not close the underlying stream. | |
Dispose | Overloaded. The Dispose overload releases the resources used by the CalendarWriter. | |
EndComponent | The EndComponent method ends the current component. | |
Equals | Overloaded. (inherited from Object ) | |
Flush | The Flush method flushes all data up to the last closed property to the underlying stream. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
StartComponent | Overloaded. The StartComponent method overloads start new components. | |
StartParameter | Overloaded. The StartParameter overloads start new iCalendar parameters. | |
StartProperty | Overloaded. The StartProperty method overloads start new iCalendar properties. | |
ToString | (inherited from Object ) | |
WriteComponent | The WriteComponent method writes a component from a CalendarReader object. | |
WriteParameter | Overloaded. The WriteParameter method overloads writer iCalendar parameters to the stream that this CalendarWriter object owns. | |
WriteParameterValue | The WriteParameterValue method writes a parameter value to the stream that this CalendarWriter object owns. | |
WriteProperty | Overloaded. The WriteProperty method overloads write iCalendar properties to the stream that this CalendarWriter object owns. | |
WritePropertyValue | Overloaded. The WritePropertyValue method overloads write iCalendar property values to the stream that this CalendarWriter object owns. |
Top
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top