Show / Hide Table of Contents

Interface ISoListHeading

Interface for an MDO list heading, consisting of the heading item and a list of subitems

Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface ISoListHeading

Properties

Heading

Interface for an MDO list heading, consisting of the heading item and a list of subitems

Declaration
ISoListItem Heading { get; }
Property Value
Type Description
ISoListItem

Items

Interface for an MDO list heading, consisting of the heading item and a list of subitems

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

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