Interface IMDOListElement
Interface for the MDO-list elements, implemented by Row objects that represent tables that are MDO lists. Not used by the MDO Provider system.
Namespace: SuperOffice.CRM.Rows
Assembly: SoCore.dll
Syntax
public interface IMDOListElement
Properties
ElementType
What kind of element are we dealing with? MDOListElementType
Declaration
MDOListElementType ElementType { get; }
Property Value
| Type | Description |
|---|---|
| MDOListElementType |
Key
The current objects primary key.
Declaration
int Key { get; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The current objects value.
Declaration
object Value { get; }
Property Value
| Type | Description |
|---|---|
| object |