The ICartellaRelations<(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
Gets or sets the element with the specified key.
(Inherited from IDictionary<(Of <(<'String, TTarget>)>)>.)
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 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