Namespaces

Types in FluentNHibernate.Conventions.Instances

Type IPropertyInstance

Namespace FluentNHibernate.Conventions.Instances

Interfaces IPropertyInspector, IInsertInstance, IUpdateInstance, IReadOnlyInstance, INullableInstance

Methods

Properties

Public instance methods

void CustomType(string type, string columnPrefix)

void CustomType(Type type, string columnPrefix)

void CustomType(TypeReference type, string columnPrefix)

void CustomType(TypeReference type)

void CustomType<T>(string columnPrefix)

void Default(string value)

Specify a default value
Parameters
string value

Default value

Public properties

IAccessInstance Access get;

IGeneratedInstance Generated get;

IPropertyInstance Not get;