The AbstractType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AbstractType |
Methods
Name | Description | |
---|---|---|
![]() | Assemble |
Reconstructs the object from its cached "disassembled" state.
|
![]() | DeepCopy |
When implemented by a class, returns a deep copy of the persistent
state, stopping at entities and at collections.
|
![]() | Disassemble |
Disassembles the object into a cacheable representation.
|
![]() | 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
|
![]() | GetColumnSpan |
When implemented by a class, returns how many columns are used to persist this type.
|
![]() | 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.
|
![]() | IsDatabaseNull |
Determines whether the specified value is represented as nullNothingnullptra null reference (Nothing in Visual Basic) in the database.
|
![]() | IsDirty | Overloaded. |
![]() | IsModified |
Says whether the value has been modified
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NullSafeGet | Overloaded. |
![]() | NullSafeSet | Overloaded. |
![]() | Replace | |
![]() | ResolveIdentifier |
Maps identifiers to Entities or Collections.
|
![]() | SemiResolve | |
![]() | SqlTypes |
When implemented by a class, returns the SqlTypes for the columns mapped by this IType.
|
![]() | ToLoggableString |
When implemented by a class, a representation of the value to be
embedded in an XML element
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | HasNiceEquals |
When implemented by a class, gets whether or not this IType contains
Types that implement well-behaived Equals() method.
|
![]() | IsAnyType |
Gets a value indicating if the implementation is an "object" type
|
![]() | IsAssociationType |
Gets a value indicating if the AbstractType is an IAssociationType.
|
![]() | IsCollectionType |
Gets a value indicating if the AbstractType is a CollectionType.
|
![]() | IsComponentType |
Gets a value indicating if the AbstractType is an IAbstractComponentType.
|
![]() | IsEntityType |
Gets a value indicating if the AbstractType is a EntityType.
|
![]() | IsMutable |
When implemented by a class, gets the value indicating if the objects
of this IType are mutable.
|
![]() | Name |
When implemented by a class, gets the abbreviated name of the type.
|
![]() | ReturnedClass |
When implemented by a class, gets the Type returned
by the NullSafeGet() methods.
|