Namespaces

Types in FluentNHibernate.Conventions.Instances

Type ISubclassInstance

Namespace FluentNHibernate.Conventions.Instances

Interfaces ISubclassInspector

Methods

Properties

Public instance methods

void DiscriminatorValue(object value)

Set the discriminator value, if this entity is in a table-per-class-hierarchy mapping strategy.

void Extends(Type type)

(optional) Specifies the entity from which this subclass descends/extends.
Parameters
Type type

Type of the entity to extend

void Extends<T>()

(optional) Specifies the entity from which this subclass descends/extends.

Public properties

ISubclassInstance Not get;