Click or drag to resize

IDavObject Interface

IT Hit WebDAV Classes Reference
Represents business card or calendar object.

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

The IDavObject type exposes the following members.

Properties
  NameDescription
Public propertyComponents
Dictionary of all calendar properties. Empty for card object.
(Inherited from IDavComponent.)
Public propertyDelimiter
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IDavComponent.)
Public propertyProductId
Specifies the identifier for the product that created this business card or calendar.
Public propertyProperties
Dictionary of all business card or calendar properties.
(Inherited from IDavComponent.)
Public propertyVersion
Specifies the version of the business card or calendar specification.
Top
Methods
  NameDescription
Public methodAddProperty
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IDavComponent.)
Public methodCreateCustomComponent
Creates a component that can be added to the list of components of this object.
(Inherited from IDavComponent.)
Public methodCreatePropertyT
Creates a property that do not occure more than once in calendar or business card.
Public methodCreateRawProperty
Creates property that can be added to the list of properties of this object.
(Inherited from IDavComponent.)
Public methodCreateTextProp
Creates ITextProperty property. Returns null if value parameter is null. Assign the value returned by this method to properties that has a ITextProperty type.
Top
Remarks
In addition to properties and methods provided by IDavComponent this interface provides Version and ProductId properties.
See Also