Class MDOList
Inheritance
System.Object
MDOList
Implements
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public class MDOList : Object, ISoList
Constructors
MDOList()
Default constructor
Declaration
public MDOList()
MDOList(List<ISoListItem>, List<ISoListHeading>)
Init constructor
Declaration
public MDOList(List<ISoListItem> rootItems, List<ISoListHeading> headingItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<ISoListItem> | rootItems | |
System.Collections.Generic.List<ISoListHeading> | headingItems |
MDOList(List<ISoListItem>, List<ISoListHeading>, List<ISoListItem>)
Init constructor
Declaration
public MDOList(List<ISoListItem> rootItems, List<ISoListHeading> headingItems, List<ISoListItem> historyItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<ISoListItem> | rootItems | |
System.Collections.Generic.List<ISoListHeading> | headingItems | |
System.Collections.Generic.List<ISoListItem> | historyItems |
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ISoListHeading> |
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ISoListItem> |
RootItems
Declaration
public List<ISoListItem> RootItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ISoListItem> |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)