The AbstractType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.
| |
| IsXMLElement | ||
| 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.
|