The ICartellaRelations<(Of <(<'TOwner, TTarget>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CollectionOwner |
Get the owner of the collection
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.) |
![]() | Count | Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>. (Inherited from ICollection<(Of <(<'KeyValuePair<(Of <(<'String, TTarget>)>)>>)>)>.) |
![]() | Editable |
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>)>)>.) |
![]() | IsReadOnly | Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only. (Inherited from ICollection<(Of <(<'KeyValuePair<(Of <(<'String, TTarget>)>)>>)>)>.) |
![]() | Item | Gets or sets the element with the specified key. (Inherited from IDictionary<(Of <(<'String, TTarget>)>)>.) |
![]() | Keys | Gets an ICollection<(Of <(<'T>)>)> containing the keys of the IDictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from IDictionary<(Of <(<'String, TTarget>)>)>.) |
![]() | Manager |
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>)>)>.) |
![]() | SiteManager |
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>)>)>.) |
![]() | TargetType |
Get the object type definition of the target
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.) |
![]() | Values | Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from IDictionary<(Of <(<'String, TTarget>)>)>.) |