Interface IMDOListObsolete
Interface for the MDO-lists.
Inherited Members
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.