Show / Hide Table of Contents

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>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top