Class SoListHeading
Implements
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public class SoListHeading : Object, ISoListHeading
Constructors
SoListHeading(ISoListItem)
Create a new instance, using the parameter for the heading item, and with an empty subitems list
Declaration
public SoListHeading(ISoListItem Heading)
Parameters
Type | Name | Description |
---|---|---|
ISoListItem | Heading | List item to use as a heading |
Properties
Heading
Declaration
public ISoListItem Heading { get; }
Property Value
Type | Description |
---|---|
ISoListItem |
Items
Declaration
public List<ISoListItem> Items { get; }
Property Value
Type | Description |
---|---|
List<ISoListItem> |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)