Constants from ILoadable interface.

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class LoadableConstants
C#
public sealed class LoadableConstants
Visual C++
public ref class LoadableConstants sealed
JavaScript
NHibernate.Persister.Entity.LoadableConstants = function();

Type.createClass(
	'NHibernate.Persister.Entity.LoadableConstants');

Inheritance Hierarchy

System..::.Object
  NHibernate.Persister.Entity..::.LoadableConstants

See Also