Show / Hide Table of Contents

Interface IMDOListObsolete

Interface for the MDO-lists.

Inherited Members
IEnumerable.GetEnumerator()
Namespace: SuperOffice.CRM.Rows
Assembly: SoCore.dll
Syntax
public interface IMDOListObsolete : IEnumerable
Remarks

Implement this when making a MDO List.

Properties

Headings

Interface for the MDO-lists.

Declaration
IEnumerable Headings { get; }
Property Value
Type Description
IEnumerable
Remarks

Implement this when making a MDO List.

HeadingsCount

The number of headings in the MDO-list.

Declaration
int HeadingsCount { get; }
Property Value
Type Description
int
Remarks

Implement this when making a MDO List.

HistoryNodes

Interface for the MDO-lists.

Declaration
IEnumerable HistoryNodes { get; }
Property Value
Type Description
IEnumerable
Remarks

Implement this when making a MDO List.

HistoryNodesCount

The number of history-nodes in the list.

Declaration
int HistoryNodesCount { get; }
Property Value
Type Description
int
Remarks

Implement this when making a MDO List.

RootNodes

Interface for the MDO-lists.

Declaration
IEnumerable RootNodes { get; }
Property Value
Type Description
IEnumerable
Remarks

Implement this when making a MDO List.

RootNodesCount

The number of root-nodes in the list.

Declaration
int RootNodesCount { get; }
Property Value
Type Description
int
Remarks

Implement this when making a MDO List.

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