Namespaces

Types in FluentNHibernate.MappingModel.ClassBased

Type IComponentMapping

Namespace FluentNHibernate.MappingModel.ClassBased

Interfaces IMappingBase

Properties

Public properties

string Access get; set;

IEnumerable<AnyMapping> Anys get;

TypeReference Class get; set;

IEnumerable<ICollectionMapping> Collections get;

string ColumnPrefix get; set;

IEnumerable<IComponentMapping> Components get;

ComponentType ComponentType get;

Type ContainingEntityType get;

bool HasColumnPrefix get;

bool Insert get; set;

bool Lazy get; set;

Member Member get;

string Name get; set;

IEnumerable<OneToOneMapping> OneToOnes get;

bool OptimisticLock get; set;

ParentMapping Parent get; set;

IEnumerable<PropertyMapping> Properties get;

IEnumerable<ManyToOneMapping> References get;

Type Type get;

bool Unique get;

bool Update get; set;