Click or drag to resize

Formatter Class

IT Hit WebDAV Classes Reference
Inheritance Hierarchy

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

The Formatter type exposes the following members.

Constructors
  NameDescription
Public methodFormatter
Initializes a new instance of the Formatter class
Top
Methods
  NameDescription
Public methodDeserialize(Stream)
Deserializes business card, calendar or calendar component from stream.
Public methodDeserialize(String)
Deserializes business card, calendar or calendar component from text.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodEscapeParameterValue
Protected methodEscapePropertyValue
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
Protected methodGetStructuredValueForComponent
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetTypeNameForValue
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize(IComponent)
Serializes the IComponent object to string.
Public methodSerialize(IEnumerableIComponent)
Serializes the list of IComponent objects to string.
Public methodSerialize(Stream, IComponent)
Serializes the IComponent object to the given stream.
Public methodSerialize(Stream, IEnumerableIComponent)
Serializes the list of Component object to the given stream.
Public methodSerializeProperty
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnescapeParameterValue
Protected methodUnescapePropertyValue
Top
Fields
See Also