Namespaces

Types

Type MappingsQueue

Namespace NHibernate.Cfg

Methods

Public instance methods

void AddDocument(NamedXmlDocument document)

Adds the specified document to the queue.
Parameters
NamedXmlDocument document

void CheckNoUnavailableEntries()

Checks that no unprocessed documents remain in the queue.

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

NamedXmlDocument GetNextAvailableResource()

Gets a NamedXmlDocument that can now be processed (i.e. that doesn't depend on classes not yet processed).
Parameters
return NamedXmlDocument

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string