The AbstractType type exposes the following members.

Properties

  NameDescription
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
Public propertyIsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
Public propertyIsEntityType
Gets a value indicating if the AbstractType is a EntityType.
Public propertyIsMutable
When implemented by a class, gets the value indicating if the objects of this IType are mutable.
Public propertyIsXMLElement
Public propertyName
When implemented by a class, gets the abbreviated name of the type.
Public propertyReturnedClass
When implemented by a class, gets the Type returned by the NullSafeGet() methods.

See Also