The IType type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | HasNiceEquals |
When implemented by a class, gets whether or not this IType contains
Types that implement well-behaived Equals() method.
|
![]() | IsAnyType | |
![]() | IsAssociationType |
When implemented by a class, gets a value indicating if the implementor is castable to an an IAssociationType
|
![]() | IsCollectionType |
When implemented by a class, gets a value indicating if the implementor is a collection type
|
![]() | IsComponentType |
When implemented by a class, gets a value indicating if the implementor
is an IAbstractComponentType.
|
![]() | IsEntityType |
When implemented by a class, gets a value indicating if the implementor
extends 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.
|