The MetaType type exposes the following members.

Constructors

  NameDescription
Public methodMetaType
Initializes a new instance of the MetaType class

Methods

  NameDescription
Public methodAssemble
Reconstructs the object from its cached "disassembled" state.
(Inherited from AbstractType.)
Public methodBeforeAssemble (Inherited from AbstractType.)
Public methodCompare (Inherited from AbstractType.)
Public methodDeepCopy (Overrides AbstractType..::..DeepCopy(Object, EntityMode, ISessionFactoryImplementor).)
Public methodDisassemble
Disassembles the object into a cacheable representation.
(Inherited from AbstractType.)
Public methodEquals (Inherited from AbstractType.)
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 methodFromXMLNode (Overrides AbstractType..::..FromXMLNode(XmlNode, IMapping).)
Public methodFromXMLString
Public methodGetColumnSpan (Overrides AbstractType..::..GetColumnSpan(IMapping).)
Public methodGetHashCode()()()() (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode) (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodGetSemiResolvedType (Inherited from AbstractType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHydrate
Retrives an instance of the mapped class, or the identifier of an entity or collection from a IDataReader.
(Inherited from AbstractType.)
Public methodIsDirty(Object, Object, ISessionImplementor)
Should the parent be considered dirty, given both the old and current field or element value?
(Inherited from AbstractType.)
Public methodIsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor) (Overrides AbstractType..::..IsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor).)
Public methodIsEqual(Object, Object, EntityMode) (Inherited from AbstractType.)
Public methodIsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodIsModified
Says whether the value has been modified
(Inherited from AbstractType.)
Public methodIsSame (Inherited from AbstractType.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object) (Overrides AbstractType..::..NullSafeGet(IDataReader, String, ISessionImplementor, Object).)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object) (Overrides AbstractType..::..NullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object).)
Public methodNullSafeSet(IDbCommand, Object, Int32, ISessionImplementor) (Overrides AbstractType..::..NullSafeSet(IDbCommand, Object, Int32, ISessionImplementor).)
Public methodNullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor) (Overrides AbstractType..::..NullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor).)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary) (Overrides AbstractType..::..Replace(Object, Object, ISessionImplementor, Object, IDictionary).)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection) (Inherited from AbstractType.)
Public methodResolveIdentifier
Maps identifiers to Entities or Collections.
(Inherited from AbstractType.)
Public methodSemiResolve (Inherited from AbstractType.)
Public methodSetToXMLNode (Overrides AbstractType..::..SetToXMLNode(XmlNode, Object, ISessionFactoryImplementor).)
Public methodSqlTypes (Overrides AbstractType..::..SqlTypes(IMapping).)
Public methodToColumnNullness (Overrides AbstractType..::..ToColumnNullness(Object, IMapping).)
Public methodToLoggableString (Overrides AbstractType..::..ToLoggableString(Object, ISessionFactoryImplementor).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXMLString

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.)

Properties

  NameDescription
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.)
Public propertyIsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
Public propertyIsEntityType
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.)
Public propertyIsMutable (Overrides AbstractType..::..IsMutable.)
Public propertyIsXMLElement (Inherited from AbstractType.)
Public propertyName (Overrides AbstractType..::..Name.)
Public propertyReturnedClass (Overrides AbstractType..::..ReturnedClass.)

See Also