Namespaces

Types in FluentNHibernate.Conventions.Instances

Type SubclassInstance

Namespace FluentNHibernate.Conventions.Instances

Parent SubclassInspector

Interfaces ISubclassInstance

Properties

Public properties

bool Abstract get;

IEnumerable<IAnyInspector> Anys get;

IEnumerable<ICollectionInspector> Collections get;

object DiscriminatorValue get;

bool DynamicInsert get;

bool DynamicUpdate get;

Type EntityType get;

Type Extends get;

IEnumerable<IJoinInspector> Joins get;

bool LazyLoad get;

string Name get;

ISubclassInstance Not get;

IEnumerable<IOneToOneInspector> OneToOnes get;

IEnumerable<IPropertyInspector> Properties get;

string Proxy get;

IEnumerable<IManyToOneInspector> References get;

bool SelectBeforeUpdate get;

string StringIdentifierForModel get;

IEnumerable<ISubclassInspector> Subclasses get;

Type Type get;