Click or drag to resize

IComponent Interface

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

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface IComponent

The IComponent type exposes the following members.

Properties
  NameDescription
Public propertyComponents
Dictionary of all calendar components. 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