Click or drag to resize

vFormatter Class

IT Hit WebDAV Classes Reference
Serializes and deserializes business card objects to/from vCard and calendars to/from iCalendar format.
Inheritance Hierarchy
SystemObject
  ITHit.CollabFormatter
    ITHit.CollabvFormatter

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public class vFormatter : Formatter

The vFormatter type exposes the following members.

Constructors
  NameDescription
Public methodvFormatter
Creates instance of vFormatter class.
Top
Methods
  NameDescription
Public methodDeserialize(Stream)
Deserializes list of business cards, calendars or calendar components from stream.
(Overrides FormatterDeserialize(Stream).)
Public methodDeserialize(String)
Deserializes list of business cards, calendars or calendar components from text in vCards / iCalendar format.
(Overrides FormatterDeserialize(String).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodEscapeParameterValue (Inherited from Formatter.)
Protected methodEscapePropertyValue (Inherited from Formatter.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetPropertyObjectByVersion (Inherited from Formatter.)
Protected methodGetStructuredValueForComponent (Inherited from Formatter.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetTypeNameForValue (Inherited from Formatter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize(IComponent)
Serializes business card, calendar or calendar component to string in vCard / iCalendar format.
(Overrides FormatterSerialize(IComponent).)
Public methodSerialize(IEnumerableIComponent)
Serializes business cards, calendars or calendar components to string in vCard / iCalendar format.
(Overrides FormatterSerialize(IEnumerableIComponent).)
Public methodSerialize(Stream, IComponent)
Serializes a business card, calendar or calendar component to vCard / iCalendar format and writes it to the given stream.
(Overrides FormatterSerialize(Stream, IComponent).)
Public methodSerialize(Stream, IEnumerableIComponent)
Serializes a list of business cards, calendars or calendar components to vCard / iCalendar format and writes it to the given stream.
(Overrides FormatterSerialize(Stream, IEnumerableIComponent).)
Public methodSerializeProperty (Overrides FormatterSerializeProperty(String, IProperty).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnescapeParameterValue (Inherited from Formatter.)
Protected methodUnescapePropertyValue (Inherited from Formatter.)
Protected methodValidateSerialization
Top
Fields
  NameDescription
Protected fieldAddressParts (Inherited from Formatter.)
Protected fieldGeoParts (Inherited from Formatter.)
Protected fieldNameParts (Inherited from Formatter.)
Protected fieldOrgParts (Inherited from Formatter.)
Top
Remarks
Serializes and deserializes business card objects (ICard2, ICard3, ICard4) to vCard format and calendars (ICalendar2) to iCalendar format.
See Also