Namespaces

Types in FluentNHibernate.MappingModel.Collections

Type CompositeIndexMapping

Namespace FluentNHibernate.MappingModel.Collections

Parent MappingBase

Interfaces IIndexMapping

Methods

Properties

Public instance methods

void AddProperty(KeyPropertyMapping property)

void AddReference(KeyManyToOneMapping manyToOne)

bool Equals(CompositeIndexMapping other)

Public properties

Type ContainingEntityType get; set;

IEnumerable<KeyPropertyMapping> Properties get;

IEnumerable<KeyManyToOneMapping> References get;

TypeReference Type get; set;