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
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface ISoList
Properties
HeadingItems
list of headings
Declaration
List<ISoListHeading> HeadingItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListHeading> |
HistoryItems
list of history items
Declaration
List<ISoListItem> HistoryItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
RootItems
list of root-level items (items not under any heading)
Declaration
List<ISoListItem> RootItems { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |