Show / Hide Table of Contents

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
Int32

Value

The current objects value.

Declaration
object Value { get; }
Property Value
Type Description
Object

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