Interface ITableCarrier
Public interface implemented by all RowCarrier and RowsCarrier objects, exposing minimim object features.
This code is new and SuperOffice holds the right to change or remove this code at a later stage
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public interface ITableCarrier
Methods
ToXml()
Method to serialize the TableCarrier to xml
Declaration
string ToXml()
Returns
Type | Description |
---|---|
String | The serialized object as string |
Extension Methods
EnumUtil.MapEnums<From, To>(From)