The IDatabinder type exposes the following members.
Methods
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
InitializeLazy |
Controls whether bound objects (and their associated objects) that are lazily instanciated
are explicityl initialized or left as they are
|