Interface ISoList
Generic interface for MDO lists, consisting of a history item list, a root item list and a heading items list.
In flat mode, only the RootItems list is nonempty
Assembly: SoCore.dll
Syntax
Methods
ClearHistoryItems()
Declaration
GetHeadingItemsAsync(CancellationToken)
Declaration
Task<List<ISoListHeading>> GetHeadingItemsAsync(CancellationToken cancellationToken = default)
Parameters
Returns
GetHistoryItemsAsync(CancellationToken)
Declaration
Task<List<ISoListItem>> GetHistoryItemsAsync(CancellationToken cancellationToken = default)
Parameters
Returns
GetRootItemsAsync(CancellationToken)
list of root-level items (items not under any heading)
Declaration
Task<List<ISoListItem>> GetRootItemsAsync(CancellationToken cancellationToken = default)
Parameters
Returns
Extension Methods