The IType type exposes the following members.

Properties

  NameDescription
Public propertyIsAnyType
Public propertyIsAssociationType
When implemented by a class, gets a value indicating if the implementor is castable to an an IAssociationType
Public propertyIsCollectionType
When implemented by a class, gets a value indicating if the implementor is a collection type
Public propertyIsComponentType
When implemented by a class, gets a value indicating if the implementor is an IAbstractComponentType.
Public propertyIsEntityType
When implemented by a class, gets a value indicating if the implementor extends 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