The ImmutableType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ImmutableType |
Initialize a new instance of the ImmutableType class using a
SqlType.
|
Methods
Name | Description | |
---|---|---|
![]() | Assemble |
Reconstructs the object from its cached "disassembled" state.
(Inherited from AbstractType.) |
![]() | DeepCopy |
When implemented by a class, returns a deep copy of the persistent
state, stopping at entities and at collections.
(Inherited from NullableType.) |
![]() | DeepCopyNotNull |
Returns a deep copy of the persistent state.
(Overrides NullableType..::.DeepCopyNotNull(Object).) |
![]() | Disassemble |
Disassembles the object into a cacheable representation.
(Inherited from AbstractType.) |
![]() | Equals | Overloaded. |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromString |
Parse the XML representation of an instance
(Inherited from NullableType.) |
![]() | FromStringValue |
Parse the XML representation of an instance
(Inherited from NullableType.) |
![]() | Get | Overloaded. |
![]() | GetColumnSpan |
Returns the number of columns spanned by this NullableType
(Inherited from NullableType.) |
![]() | GetHashCode | Overloaded. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Hydrate |
Retrives an instance of the mapped class, or the identifier of an entity
or collection from a IDataReader.
(Inherited from AbstractType.) |
![]() | IsDatabaseNull |
Determines whether the specified value is represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.
(Inherited from AbstractType.) |
![]() | IsDirty | Overloaded. |
![]() | IsModified |
Says whether the value has been modified
(Inherited from AbstractType.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NullSafeGet | Overloaded. |
![]() | NullSafeSet | Overloaded. |
![]() | Replace | (Overrides AbstractType..::.Replace(Object, Object, ISessionImplementor, Object, IDictionary).) |
![]() | ResolveIdentifier |
Maps identifiers to Entities or Collections.
(Inherited from AbstractType.) |
![]() | SemiResolve | (Inherited from AbstractType.) |
![]() | Set |
When implemented by a class, put the value from the mapped
Property into to the IDbCommand.
(Inherited from NullableType.) |
![]() | SqlTypes |
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
(Inherited from NullableType.) |
![]() | ToLoggableString |
When implemented by a class, a representation of the value to be
embedded in an XML element
(Inherited from NullableType.) |
![]() | ToString | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | HasNiceEquals |
Gets whether or not this IType contains
Types that implement well-behaived Equals() method.
(Overrides AbstractType..::.HasNiceEquals.) |
![]() | IsAnyType |
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.) |
![]() | IsAssociationType |
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.) |
![]() | IsCollectionType |
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.) |
![]() | IsComponentType |
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.) |
![]() | IsEntityType |
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.) |
![]() | IsMutable |
Gets the value indicating if this IType is mutable.
(Overrides AbstractType..::.IsMutable.) |
![]() | Name |
When implemented by a class, gets the abbreviated name of the type.
(Inherited from AbstractType.) |
![]() | ReturnedClass |
When implemented by a class, gets the Type returned
by the NullSafeGet() methods.
(Inherited from AbstractType.) |
![]() | SqlType |
Gets the underlying SqlType for
the column mapped by this NullableType.
(Inherited from NullableType.) |