The IDatabinder type exposes the following members.

Methods

  NameDescription
Public methodBind
Add an object to the output document.
Public methodBindAll
Add a collection of objects to the output document
Public methodToGenericXml
Output the generic XML representation of the bound objects
Public methodToGenericXmlDocument
Output the generic XML Representation of the bound objects to a XmlDocument
Public methodToXML
Output the custom XML representation of the bound objects
Public methodToXmlDocument
Output the custom XML representation of the bound objects as an XmlDocument

Properties

  NameDescription
Public propertyInitializeLazy
Controls whether bound objects (and their associated objects) that are lazily instanciated are explicityl initialized or left as they are

See Also