The AbstractType type exposes the following members.

Constructors

  NameDescription
Protected methodAbstractType
Initializes a new instance of the AbstractType class

Methods

  NameDescription
Public methodAssemble
Reconstructs the object from its cached "disassembled" state.
Public methodBeforeAssemble
Public methodCompare
Public methodDeepCopy
When implemented by a class, returns a deep copy of the persistent state, stopping at entities and at collections.
Public methodDisassemble
Disassembles the object into a cacheable representation.
Public methodEquals (Overrides Object..::..Equals(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 methodFromXMLNode
Public methodGetColumnSpan
When implemented by a class, returns how many columns are used to persist this type.
Public methodGetHashCode()()()() (Overrides Object..::..GetHashCode()()()().)
Public methodGetHashCode(Object, EntityMode)
Public methodGetHashCode(Object, EntityMode, ISessionFactoryImplementor)
Public methodGetSemiResolvedType
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.
Public methodIsDirty(Object, Object, ISessionImplementor)
Should the parent be considered dirty, given both the old and current field or element value?
Public methodIsDirty(Object, Object, array<Boolean>[]()[][], ISessionImplementor)
Public methodIsEqual(Object, Object, EntityMode)
Public methodIsEqual(Object, Object, EntityMode, ISessionFactoryImplementor)
Public methodIsModified
Says whether the value has been modified
Public methodIsSame
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object)
Public methodNullSafeSet(IDbCommand, Object, Int32, ISessionImplementor)
When implemented by a class, puts the value/values from the mapped class into the IDbCommand.
Public methodNullSafeSet(IDbCommand, Object, Int32, array<Boolean>[]()[][], ISessionImplementor)
When implemented by a class, puts the value/values from the mapped class into the IDbCommand.
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary)
Public methodReplace(Object, Object, ISessionImplementor, Object, IDictionary, ForeignKeyDirection)
Protected methodStatic memberReplaceNode
Public methodResolveIdentifier
Maps identifiers to Entities or Collections.
Public methodSemiResolve
Public methodSetToXMLNode
Public methodSqlTypes
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
Public methodToColumnNullness
Public methodToLoggableString
When implemented by a class, a representation of the value to be embedded in an XML element
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.)

Properties

  NameDescription
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
Public propertyIsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
Public propertyIsEntityType
Gets a value indicating if the AbstractType is a EntityType.
Public propertyIsMutable
When implemented by a class, gets the value indicating if the objects of this IType are mutable.
Public propertyIsXMLElement
Public propertyName
When implemented by a class, gets the abbreviated name of the type.
Public propertyReturnedClass
When implemented by a class, gets the Type returned by the NullSafeGet() methods.

See Also