Namespaces

Types in FluentNHibernate.Conventions.Inspections

Type IInspector

Namespace FluentNHibernate.Conventions.Inspections

Methods

Properties

Public instance methods

bool IsSet(Member property)

Represents a string identifier for the model instance, used in conventions for a lazy shortcut. e.g. for a ColumnMapping the StringIdentifierForModel would be the Name attribute, this allows the user to find any columns with the matching name.

Public properties

Type EntityType get;

string StringIdentifierForModel get;

Represents a string identifier for the model instance, used in conventions for a lazy shortcut. e.g. for a ColumnMapping the StringIdentifierForModel would be the Name attribute, this allows the user to find any columns with the matching name.