Namespaces

Types

Type ClassExtractor

Namespace NHibernate.Cfg

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

ICollection GetClassEntries(XmlDocument document)

Returns a collection of ClassEntry containing information about all classes in this stream.
Parameters
return ICollection
XmlDocument document A validated XmlDocument representing a mapping file.