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: SuperOffice.CRM.Lists
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
List<ISoListItem>

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