The ClassMetaType type exposes the following members.

Properties

  NameDescription
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.)
Public propertyIsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
Public propertyIsEntityType
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.)
Public propertyIsMutable (Overrides AbstractType..::..IsMutable.)
Public propertyIsXMLElement (Inherited from AbstractType.)
Public propertyName (Overrides AbstractType..::..Name.)
Public propertyReturnedClass (Overrides AbstractType..::..ReturnedClass.)

See Also