Namespaces

Types in FluentNHibernate.MappingModel

Type KeyMapping

Namespace FluentNHibernate.MappingModel

Parent MappingBase

Interfaces IHasColumnMappings

Methods

Properties

Public instance methods

bool Equals(KeyMapping other)

Public properties

IDefaultableEnumerable<T> Columns get;

Type ContainingEntityType get; set;

string ForeignKey get; set;

bool NotNull get; set;

string OnDelete get; set;

string PropertyRef get; set;

bool Unique get; set;

bool Update get; set;