Click or drag to resize

IDavComponent Interface

IT Hit WebDAV Classes Reference
Represents calendar component as well as this is a base class for business card and calendar.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public interface IDavComponent

The IDavComponent type exposes the following members.

Properties
  NameDescription
Public propertyComponents
Dictionary of all calendar properties. Empty for card object.
Public propertyDelimiter
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
Public propertyProperties
Dictionary of all business card or calendar properties.
Top
Methods
  NameDescription
Public methodAddProperty
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
Public methodCreateCustomComponent
Creates a component that can be added to the list of components of this object.
Public methodCreateRawProperty
Creates property that can be added to the list of properties of this object.
Top
Remarks
This interface provides access to all properties, their values and parameters via Properties property. It also provides access to components via Components property.
See Also