CollectionSortItem Class Documentation

classCollectionSortItem : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

Stores data about fields that viewers use for sorting collection items.

Collections are aslo known as portfolios.

Uses types

Constructor & Destructor Documentation

CollectionSortItem

CollectionSortItem(stringfieldID, boolorder)

Parameters

fieldID: string

the schema field's id.

order: bool

true for ascending, false for descending

CCollectionSortItem allows to construct sort item which will be used for collection sorting.

~CollectionSortItem

~CollectionSortItem()

Property Documentation

Ascending

boolAscending[get]

Name

stringName[get]

Member Function Documentation

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void