Show / Hide Table of Contents

Class SoListHeading

Inheritance
object
SoListHeading
Implements
ISoListHeading
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMLists
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
Type Description
ISoListItem

Items

Declaration
public List<ISoListItem> Items { get; }
Property Value
Type Description
ListISoListItem

Implements

ISoListHeading

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