The IDatabinder type exposes the following members.

Methods

  NameDescription
Bind
Add an object to the output document.
BindAll
Add a collection of objects to the output document
ToGenericXml
Output the generic XML representation of the bound objects
ToGenericXmlDocument
Output the generic XML Representation of the bound objects to a XmlDocument
ToXML
Output the custom XML representation of the bound objects
ToXmlDocument
Output the custom XML representation of the bound objects as an XmlDocument

Properties

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

See Also