The PropertyContainerCustomizer<(Of <(<'TEntity>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAny<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>), Type, Action<(Of <<'(IAnyMapper>)>>))
Public methodAny<(Of <<'(TProperty>)>>)(String, Type, Action<(Of <<'(IAnyMapper>)>>))
Public methodBag<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodBag<(Of <<'(TElement>)>>)(String, Action<(Of <<'(IBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodBag<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodBag<(Of <<'(TElement>)>>)(String, Action<(Of <<'(IBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodComponent<(Of <<'(TComponent>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TComponent>)>>)>)>>))
Public methodComponent<(Of <<'(TComponent>)>>)(String)
Public methodComponent<(Of <<'(TComponent>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TComponent>)>>)>)>>), Action<(Of <<'(IComponentMapper<(Of <<'(TComponent>)>>)>)>>))
Public methodComponent<(Of <<'(TComponent>)>>)(String, Action<(Of <<'(IComponentMapper<(Of <<'(TComponent>)>>)>)>>))
Public methodComponent<(Of <<'(TComponent>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IDictionary>)>>)>)>>), TComponent, Action<(Of <<'(IDynamicComponentMapper<(Of <<'(TComponent>)>>)>)>>))
Public methodComponent<(Of <<'(TComponent>)>>)(String, TComponent, Action<(Of <<'(IDynamicComponentMapper<(Of <<'(TComponent>)>>)>)>>))
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPropertyOrFieldMatchingNameOrThrow
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIdBag<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IIdBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodIdBag<(Of <<'(TElement>)>>)(String, Action<(Of <<'(IIdBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodIdBag<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IIdBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodIdBag<(Of <<'(TElement>)>>)(String, Action<(Of <<'(IIdBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodList<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IListPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodList<(Of <<'(TElement>)>>)(String, Action<(Of <<'(IListPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodList<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IListPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodList<(Of <<'(TElement>)>>)(String, Action<(Of <<'(IListPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodManyToOne<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>))
Public methodManyToOne<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>), Action<(Of <<'(IManyToOneMapper>)>>))
Public methodManyToOne<(Of <<'(TProperty>)>>)(String, Action<(Of <<'(IManyToOneMapper>)>>))
Public methodMap<(Of <<'(TKey, TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IDictionary<(Of <<'(TKey, TElement>)>>)>)>>)>)>>), Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>))
Public methodMap<(Of <<'(TKey, TElement>)>>)(String, Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>))
Public methodMap<(Of <<'(TKey, TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IDictionary<(Of <<'(TKey, TElement>)>>)>)>>)>)>>), Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodMap<(Of <<'(TKey, TElement>)>>)(String, Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodMap<(Of <<'(TKey, TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IDictionary<(Of <<'(TKey, TElement>)>>)>)>>)>)>>), Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>), Action<(Of <<'(IMapKeyRelation<(Of <<'(TKey>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodMap<(Of <<'(TKey, TElement>)>>)(String, Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>), Action<(Of <<'(IMapKeyRelation<(Of <<'(TKey>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOneToOne<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>), Action<(Of <<'(IOneToOneMapper>)>>))
Public methodOneToOne<(Of <<'(TProperty>)>>)(String, Action<(Of <<'(IOneToOneMapper>)>>))
Public methodProperty(String, Action<(Of <<'(IPropertyMapper>)>>))
Public methodProperty<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>))
Public methodProperty<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>), Action<(Of <<'(IPropertyMapper>)>>))
Protected methodRegistePropertyMapping
Protected methodRegisterAnyMapping<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>), Type, Action<(Of <<'(IAnyMapper>)>>))
Protected methodRegisterAnyMapping<(Of <<'(TProperty>)>>)(Action<(Of <<'(IAnyMapper>)>>), Type, array<MemberInfo>[]()[][])
Protected methodRegisterBagMapping<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Protected methodRegisterBagMapping<(Of <<'(TElement>)>>)(Action<(Of <<'(IBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>), array<MemberInfo>[]()[][])
Protected methodRegisterComponentMapping<(Of <<'(TComponent>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TComponent>)>>)>)>>), Action<(Of <<'(IComponentMapper<(Of <<'(TComponent>)>>)>)>>))
Protected methodRegisterComponentMapping<(Of <<'(TComponent>)>>)(Action<(Of <<'(IComponentMapper<(Of <<'(TComponent>)>>)>)>>), array<MemberInfo>[]()[][])
Protected methodRegisterDynamicComponentMapping<(Of <<'(TComponent>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IDictionary>)>>)>)>>), Action<(Of <<'(IDynamicComponentMapper<(Of <<'(TComponent>)>>)>)>>))
Protected methodRegisterDynamicComponentMapping<(Of <<'(TComponent>)>>)(Action<(Of <<'(IDynamicComponentMapper<(Of <<'(TComponent>)>>)>)>>), array<MemberInfo>[]()[][])
Protected methodRegisterIdBagMapping<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IIdBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Protected methodRegisterIdBagMapping<(Of <<'(TElement>)>>)(Action<(Of <<'(IIdBagPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>), array<MemberInfo>[]()[][])
Protected methodRegisterListMapping<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(IListPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Protected methodRegisterListMapping<(Of <<'(TElement>)>>)(Action<(Of <<'(IListPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>), array<MemberInfo>[]()[][])
Protected methodRegisterManyToOneMapping<(Of <<'(TProperty>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, TProperty>)>>)>)>>), Action<(Of <<'(IManyToOneMapper>)>>))
Protected methodRegisterManyToOneMapping<(Of <<'(TProperty>)>>)(Action<(Of <<'(IManyToOneMapper>)>>), array<MemberInfo>[]()[][])
Protected methodRegisterMapMapping<(Of <<'(TKey, TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IDictionary<(Of <<'(TKey, TElement>)>>)>)>>)>)>>), Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>), Action<(Of <<'(IMapKeyRelation<(Of <<'(TKey>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Protected methodRegisterMapMapping<(Of <<'(TKey, TElement>)>>)(Action<(Of <<'(IMapPropertiesMapper<(Of <<'(TEntity, TKey, TElement>)>>)>)>>), Action<(Of <<'(IMapKeyRelation<(Of <<'(TKey>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>), array<MemberInfo>[]()[][])
Protected methodRegisterNoVisiblePropertyMapping
Protected methodRegisterOneToOneMapping<(Of <<'(TProperty>)>>)
Protected methodRegisterPropertyMapping<(Of <<'(TProperty>)>>)
Protected methodRegisterSetMapping<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(ISetPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Protected methodRegisterSetMapping<(Of <<'(TElement>)>>)(Action<(Of <<'(ISetPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>), array<MemberInfo>[]()[][])
Public methodSet<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(ISetPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodSet<(Of <<'(TElement>)>>)(String, Action<(Of <<'(ISetPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>))
Public methodSet<(Of <<'(TElement>)>>)(Expression<(Of <<'(Func<(Of <<'(TEntity, IEnumerable<(Of <<'(TElement>)>>)>)>>)>)>>), Action<(Of <<'(ISetPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodSet<(Of <<'(TElement>)>>)(String, Action<(Of <<'(ISetPropertiesMapper<(Of <<'(TEntity, TElement>)>>)>)>>), Action<(Of <<'(ICollectionElementRelation<(Of <<'(TElement>)>>)>)>>))
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also