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
Aa580413.pubmethod(en-us,EXCHG.80).gif Close The Close method closes this CalendarWriter object but does not close the underlying stream.
Aa580413.pubmethod(en-us,EXCHG.80).gif Dispose Overloaded. The Dispose overload releases the resources used by the CalendarWriter.
Aa580413.pubmethod(en-us,EXCHG.80).gif EndComponent The EndComponent method ends the current component.
Aa580413.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa580413.pubmethod(en-us,EXCHG.80).gif Flush The Flush method flushes all data up to the last closed property to the underlying stream.
Aa580413.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa580413.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa580413.pubmethod(en-us,EXCHG.80).gifAa580413.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa580413.pubmethod(en-us,EXCHG.80).gif StartComponent Overloaded. The StartComponent method overloads start new components.
Aa580413.pubmethod(en-us,EXCHG.80).gif StartParameter Overloaded. The StartParameter overloads start new iCalendar parameters.
Aa580413.pubmethod(en-us,EXCHG.80).gif StartProperty Overloaded. The StartProperty method overloads start new iCalendar properties.
Aa580413.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )
Aa580413.pubmethod(en-us,EXCHG.80).gif WriteComponent The WriteComponent method writes a component from a CalendarReader object.
Aa580413.pubmethod(en-us,EXCHG.80).gif WriteParameter Overloaded. The WriteParameter method overloads writer iCalendar parameters to the stream that this CalendarWriter object owns.
Aa580413.pubmethod(en-us,EXCHG.80).gif WriteParameterValue The WriteParameterValue method writes a parameter value to the stream that this CalendarWriter object owns.
Aa580413.pubmethod(en-us,EXCHG.80).gif WriteProperty Overloaded. The WriteProperty method overloads write iCalendar properties to the stream that this CalendarWriter object owns.
Aa580413.pubmethod(en-us,EXCHG.80).gif WritePropertyValue Overloaded. The WritePropertyValue method overloads write iCalendar property values to the stream that this CalendarWriter object owns.

Top

Protected Methods

  Name Description
Aa580413.protmethod(en-us,EXCHG.80).gif Dispose Overloaded.  
Aa580413.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa580413.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top