CalendarReader Members
The CalendarReader class provides a forward-only non-cached reader for iCalendar data streams.
The following tables list the members exposed by the CalendarReader type.
Public Constructors
Name | Description | |
---|---|---|
CalendarReader | Overloaded. The CalendarReader constructor overloads create new CalendarReader objects. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
ComplianceMode | The ComplianceMode property gets the CalendarComplianceMode that contains values that control whether this CalendarReader object will throw exceptions when it encounters errors in incoming iCalendar data. |
![]() |
ComplianceStatus | The ComplianceStatus property gets an enumeration value that either indicates that the incoming iCalendar data is compliant with RFC2445, or indicates the issue that is causing noncompliance. |
![]() |
ComponentId | The ComponentId property gets a ComponentId enumeration value that identifies the current component. |
![]() |
ComponentName | The ComponentName property gets a string that contains the name of the current component. |
![]() |
Depth | The Depth property gets an integer value that indicates how deeply the current component is nested. |
![]() |
PropertyReader | The PropertyReader property returns a CalendarPropertyReader structure that can be used to read the current property. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Close | The Close method closes this CalendarReader structure and any resources it used to read iCalendar data. |
![]() |
Dispose | Overloaded. The Dispose overload releases the resources used by the CalendarReader. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() |
ReadFirstChildComponent | The ReadFirstChildComponent method moves to the first child component of the current component. |
![]() |
ReadNextComponent | The ReadNextComponent method moves to the next component. |
![]() |
ReadNextSiblingComponent | The ReadNextSiblingComponent method moves to the next component that has the same parent as the current component. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ResetComplianceStatus | The ResetComplianceStatus method resets the ComplianceStatus of this CalendarReader structure. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. |
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top