The ICartellaPagedRelations<(Of <(<'TOwner, TTarget>)>)> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AdditionalProperties |
Get additional properties of the relations.
|
![]() | AscendSorting |
Get/set the sorting order, true to be Ascending
|
![]() | CollectionOwner |
Get the owner of the collection
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.) |
![]() | Count |
Get the target item count.
|
![]() | 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>)>)>.) |
![]() | 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>)>)>.) |
![]() | PageCount |
Get the page counts
|
![]() | PageSize |
Get the page size (number of target objects per page)
|
![]() | ShowOnlyDeleted |
Get/set if only show objects marked as deleted
|
![]() | ShowOnlyUnapproved |
Get/set if only show objects that are not yet apporved
|
![]() | 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>)>)>.) |
![]() | SortingFieldName |
Get/set the Database field name for sorting
Normally get be retrieve from field definition
|
![]() | TargetType |
Get the object type definition of the target
(Inherited from IBaseRelations<(Of <(<'TOwner, TTarget>)>)>.) |