The CollectionType type exposes the following members.

Properties

  NameDescription
Public propertyForeignKeyDirection
Public propertyIsAlwaysDirtyChecked
We always need to dirty check the collection because we sometimes need to increment version number of owner and also because of how assemble/disassemble is implemented for uks
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
Public propertyIsArrayType
Public propertyIsAssociationType (Overrides AbstractType..::..IsAssociationType.)
Public propertyIsCollectionType (Overrides AbstractType..::..IsCollectionType.)
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
Public propertyIsEmbeddedInXML
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 propertyLHSPropertyName
Public propertyName (Overrides AbstractType..::..Name.)
Public propertyReturnedClass
When implemented by a class, gets the Type returned by the NullSafeGet() methods.
(Inherited from AbstractType.)
Public propertyRHSUniqueKeyPropertyName
Public propertyRole
Public propertyUseLHSPrimaryKey

See Also