The NullableType type exposes the following members.

Constructors

  NameDescription
Protected methodNullableType
Initialize a new instance of the NullableType class using a SqlType.

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
When implemented by a class, returns a deep copy of the persistent state, stopping at entities and at collections.
(Inherited from AbstractType.)
Public methodDisassemble
Disassembles the object into a cacheable representation.
(Inherited from AbstractType.)
Public methodEquals
Determines whether the specified Object is equal to this NullableType.
(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 methodFromStringValue
Parse the XML representation of an instance
Public methodFromXMLNode (Overrides AbstractType..::..FromXMLNode(XmlNode, IMapping).)
Public methodFromXMLString
Public methodGet(IDataReader, Int32)
When implemented by a class, gets the object in the IDataReader for the Property.
Public methodGet(IDataReader, String)
When implemented by a class, gets the object in the IDataReader for the Property.
Public methodGetColumnSpan
Returns the number of columns spanned by this NullableType
(Overrides AbstractType..::..GetColumnSpan(IMapping).)
Public methodGetHashCode()()()()
Serves as a hash function for the NullableType, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides AbstractType..::..GetHashCode()()()().)
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)
Public methodIsEqual(Object, Object, EntityMode) (Overrides AbstractType..::..IsEqual(Object, Object, EntityMode).)
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)
Gets the value of the field from the IDataReader.
Public methodNullSafeGet(IDataReader, array<String>[]()[][])
Extracts the values of the fields from the DataReader
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Overrides AbstractType..::..NullSafeGet(IDataReader, String, ISessionImplementor, Object).)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Overrides AbstractType..::..NullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object).)
Public methodNullSafeSet(IDbCommand, Object, Int32)
Puts the value from the mapped class into the IDbCommand.
Public methodNullSafeSet(IDbCommand, Object, Int32, ISessionImplementor)
When implemented by a class, puts the value/values from the mapped class into the IDbCommand.
(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) (Inherited from AbstractType.)
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 methodSet
When implemented by a class, put the value from the mapped Property into to the IDbCommand.
Public methodSetToXMLNode (Overrides AbstractType..::..SetToXMLNode(XmlNode, Object, ISessionFactoryImplementor).)
Public methodSqlTypes
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
(Overrides AbstractType..::..SqlTypes(IMapping).)
Public methodToColumnNullness (Overrides AbstractType..::..ToColumnNullness(Object, IMapping).)
Public methodToLoggableString
When implemented by a class, a representation of the value to be embedded in an XML element
(Overrides AbstractType..::..ToLoggableString(Object, ISessionFactoryImplementor).)
Public methodToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(Object)
A representation of the value to be embedded in an XML element
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
When implemented by a class, gets the value indicating if the objects of this IType are mutable.
(Inherited from AbstractType.)
Public propertyIsXMLElement (Inherited from AbstractType.)
Public propertyName
When implemented by a class, gets the abbreviated name of the type.
(Inherited from AbstractType.)
Public propertyReturnedClass
When implemented by a class, gets the Type returned by the NullSafeGet() methods.
(Inherited from AbstractType.)
Public propertySqlType
Gets the underlying SqlType for the column mapped by this NullableType.

See Also