The AbstractType type exposes the following members.

Properties

  NameDescription
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.

See Also