Class SoListHeading
Inheritance
SoListHeading
Assembly: SoDataBase.dll
Syntax
public class SoListHeading : 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
Items
Declaration
public List<ISoListItem> Items { get; }
Property Value
Implements
Extension Methods