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

Properties

  NameDescription
Public propertyCollectionOwner
Get the owner of the collection
Public propertyEditable
Get the information is the collection editable. Non-Editable relations will throw exception, when AddRelation and RemoveRelation methods are called.
Public propertyManager
Get the manager of current object type. e.g. Folio object will return IFolioManager type, cast down to ICartellaObjectManager
Public propertySiteManager
Get the Site Manager of current instance. This site manager is the one created all the object manager instances
Public propertyTargetType
Get the object type definition of the target

See Also