Namespaces

Types in FluentNHibernate.Mapping

Type ComponentPartBase<T>

Namespace FluentNHibernate.Mapping

Parent ClasslikeMapBase<T>

Methods

Properties

Public instance methods

ComponentPartBase<T> ParentReference(Expression<Func<T, object>> expression)

Maps a property of the component class as a reference back to the containing entity
Parameters
Expression<Func<T, object>> expression

Parent reference property

Return
ComponentPartBase<T>

Component being mapped

Public properties

AccessStrategyBuilder<T> Access get;

Set the access and naming strategy for this component.

Type EntityType get;

ComponentPartBase<T> Not get;