Namespaces

Types in FluentNHibernate.Conventions.Instances

Type IndexInstance

Namespace FluentNHibernate.Conventions.Instances

Parent IndexInspector

Interfaces IIndexInstance

Methods

Properties

Public instance methods

void Type(string type)

Specifies the type of the element
Parameters
string type

Type name

void Type(Type type)

Specifies the type of the element
Parameters
Type type

Type

void Type<T>()

Specifies the type of the element

Public properties

IEnumerable<IColumnInspector> Columns get;

Type EntityType get;

int Length get;

string StringIdentifierForModel get;

TypeReference Type get;