Click or drag to resize

hFormatter Class

IT Hit WebDAV Classes Reference
Serializes and deserializes business card objects to/from hCard format.
Inheritance Hierarchy

Namespace: ITHit.Collab.Serialization
Assembly: ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.519 (1.0.0.519)
Syntax
public class hFormatter : Formatter

The hFormatter type exposes the following members.

Constructors
  NameDescription
Public methodhFormatter
Initializes a new instance of the hFormatter class
Top
Methods
  NameDescription
Public methodDeserialize(Stream)
Deserializes business card from stream.
(Overrides FormatterDeserialize(Stream).)
Public methodDeserialize(String)
Deserializes business card component from text.
(Overrides FormatterDeserialize(String).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodEscapeValue (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 the IComponent object to hCard.
(Overrides FormatterSerialize(IComponent).)
Public methodSerialize(IEnumerableIComponent)
Serializes the list of IComponent objects to hCard.
(Overrides FormatterSerialize(IEnumerableIComponent).)
Public methodSerialize(Stream, IComponent)
Serializes the IComponent object to the given stream.
(Overrides FormatterSerialize(Stream, IComponent).)
Public methodSerialize(Stream, IEnumerableIComponent)
Serializes the list of Component object to the given stream.
(Overrides FormatterSerialize(Stream, IEnumerableIComponent).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnescapeValue (Inherited from Formatter.)
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 hCard format.
See Also