Namespaces

Types

Type IDatabinder

Namespace NHibernate

Methods

Properties

Public instance methods

IDatabinder Bind(object obj)

Add an object to the output document.
Parameters
return IDatabinder Databinder
object obj A transient or persistent instance

IDatabinder BindAll(ICollection objs)

Add a collection of objects to the output document
Parameters
return IDatabinder Databinder
ICollection objs A collection of transient or persistent instance

string ToGenericXml()

Output the generic XML representation of the bound objects
Parameters
return string Generic Xml representation

XmlDocument ToGenericXmlDocument()

Output the generic XML Representation of the bound objects to a XmlDocument
Parameters
return XmlDocument A generic Xml tree

string ToXML()

Output the custom XML representation of the bound objects
Parameters
return string Custom Xml representation

XmlDocument ToXmlDocument()

Output the custom XML representation of the bound objects as an XmlDocument
Parameters
return XmlDocument A custom Xml Tree

Public properties

bool InitializeLazy get; set;

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