The CompositeCustomType type exposes the following members.

Constructors

  NameDescription
Public methodCompositeCustomType
Initializes a new instance of the CompositeCustomType class

Methods

  NameDescription
Public methodAssemble (Overrides AbstractType..::..Assemble(Object, ISessionImplementor, Object).)
Public methodBeforeAssemble (Inherited from AbstractType.)
Public methodCompare (Inherited from AbstractType.)
Public methodDeepCopy (Overrides AbstractType..::..DeepCopy(Object, EntityMode, ISessionFactoryImplementor).)
Public methodDisassemble (Overrides AbstractType..::..Disassemble(Object, ISessionImplementor, Object).)
Public methodEquals (Overrides AbstractType..::..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 (Overrides AbstractType..::..FromXMLNode(XmlNode, IMapping).)
Public methodGetCascadeStyle
Public methodGetColumnSpan (Overrides AbstractType..::..GetColumnSpan(IMapping).)
Public methodGetFetchMode
Public methodGetHashCode()()()() (Overrides AbstractType..::..GetHashCode()()()().)
Public methodGetHashCode(Object, EntityMode) (Inherited from AbstractType.)
Public methodGetHashCode(Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodGetPropertyValue(Object, Int32)
Public methodGetPropertyValue(Object, Int32, ISessionImplementor)
Public methodGetPropertyValues(Object, ISessionImplementor)
Public methodGetPropertyValues(Object, EntityMode)
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) (Overrides AbstractType..::..IsEqual(Object, Object, EntityMode).)
Public methodIsEqual(Object, Object, EntityMode, ISessionFactoryImplementor) (Inherited from AbstractType.)
Public methodIsMethodOf
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 methodSetPropertyValues
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.)

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 (Overrides AbstractType..::..IsComponentType.)
Public propertyIsEmbedded
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 propertyPropertyNames
Public propertyPropertyNullability
Public propertyReturnedClass (Overrides AbstractType..::..ReturnedClass.)
Public propertySubtypes
Public propertyUserType

See Also