The ICartellaPositionedRelations<(Of <(<'TOwner, TTarget>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyCollectionOwner
Get the owner of the collection
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'KeyValuePair<(Of <(<'String, TTarget>)>)>>)>)>.)
Public propertyEditable
Get the information is the collection editable. Non-Editable relations will throw exception, when AddRelation and RemoveRelation methods are called.
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'KeyValuePair<(Of <(<'String, TTarget>)>)>>)>)>.)
Public propertyItem[([( TKey])])
Gets or sets the element with the specified key.
(Inherited from IDictionary<(Of <(<'String, TTarget>)>)>.)
Public propertyItem[([( Int32])])
Get the target at given positioning index
Public propertyKeys (Inherited from IDictionary<(Of <(<'String, TTarget>)>)>.)
Public propertyManager
Get the manager of current object type. e.g. Folio object will return IFolioManager type, cast down to ICartellaObjectManager
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)
Public propertyProcedure_UpdatePositions
Get/Set the procedure delegate for updating positions
Public propertySiteManager
Get the Site Manager of current instance. This site manager is the one created all the object manager instances
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)
Public propertyTargetType
Get the object type definition of the target
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.)
Public propertyValues (Inherited from IDictionary<(Of <(<'String, TTarget>)>)>.)

See Also