The DynamicMapEntityTuplizer type exposes the following members.

Methods

  NameDescription
Public methodAfterInitialize (Inherited from AbstractEntityTuplizer.)
Protected methodBuildInstantiator (Overrides AbstractEntityTuplizer..::..BuildInstantiator(PersistentClass).)
Protected methodBuildPropertyGetter (Overrides AbstractEntityTuplizer..::..BuildPropertyGetter(Property, PersistentClass).)
Protected methodBuildPropertySetter (Overrides AbstractEntityTuplizer..::..BuildPropertySetter(Property, PersistentClass).)
Protected methodBuildProxyFactory (Overrides AbstractEntityTuplizer..::..BuildProxyFactory(PersistentClass, IGetter, ISetter).)
Public methodCreateProxy (Inherited from AbstractEntityTuplizer.)
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.)
Protected methodGetComponentValue
Extract a component property value.
(Inherited from AbstractEntityTuplizer.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdentifier (Inherited from AbstractEntityTuplizer.)
Public methodGetPropertyValue(Object, Int32) (Inherited from AbstractEntityTuplizer.)
Public methodGetPropertyValue(Object, String) (Inherited from AbstractEntityTuplizer.)
Public methodGetPropertyValues (Inherited from AbstractEntityTuplizer.)
Public methodGetPropertyValuesToInsert (Inherited from AbstractEntityTuplizer.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVersion (Inherited from AbstractEntityTuplizer.)
Public methodHasUninitializedLazyProperties (Inherited from AbstractEntityTuplizer.)
Public methodInstantiate()()()() (Inherited from AbstractEntityTuplizer.)
Public methodInstantiate(Object) (Inherited from AbstractEntityTuplizer.)
Public methodIsInstance (Inherited from AbstractEntityTuplizer.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetIdentifier (Inherited from AbstractEntityTuplizer.)
Public methodSetIdentifier (Inherited from AbstractEntityTuplizer.)
Public methodSetPropertyValue(Object, Int32, Object) (Inherited from AbstractEntityTuplizer.)
Public methodSetPropertyValue(Object, String, Object) (Inherited from AbstractEntityTuplizer.)
Public methodSetPropertyValues (Inherited from AbstractEntityTuplizer.)
Protected methodShouldGetAllProperties (Inherited from AbstractEntityTuplizer.)
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.)

Fields

  NameDescription
Protected fieldgetters (Inherited from AbstractEntityTuplizer.)
Protected fieldhasCustomAccessors (Inherited from AbstractEntityTuplizer.)
Protected fieldpropertySpan (Inherited from AbstractEntityTuplizer.)
Protected fieldsetters (Inherited from AbstractEntityTuplizer.)

Properties

  NameDescription
Public propertyConcreteProxyClass (Overrides AbstractEntityTuplizer..::..ConcreteProxyClass.)
Protected propertyEntityMetamodel (Inherited from AbstractEntityTuplizer.)
Public propertyEntityMode (Overrides AbstractEntityTuplizer..::..EntityMode.)
Protected propertyEntityName
Retrieves the defined entity-name for the tuplized entity.
(Inherited from AbstractEntityTuplizer.)
Public propertyHasProxy (Inherited from AbstractEntityTuplizer.)
Protected propertyInstantiator (Inherited from AbstractEntityTuplizer.)
Public propertyIsInstrumented (Overrides AbstractEntityTuplizer..::..IsInstrumented.)
Public propertyIsLifecycleImplementor (Inherited from AbstractEntityTuplizer.)
Public propertyIsValidatableImplementor (Inherited from AbstractEntityTuplizer.)
Public propertyMappedClass (Overrides AbstractEntityTuplizer..::..MappedClass.)
Protected propertyProxyFactory (Inherited from AbstractEntityTuplizer.)
Protected propertySubclassEntityNames
Retrieves the defined entity-names for any subclasses defined for this entity.
(Inherited from AbstractEntityTuplizer.)

See Also