Show / Hide Table of Contents

Class OnStartOfTable

Called before the first row of a new table is copied

Inheritance
Object
OnStartOfTable
Namespace: SuperOffice.CRM.Travel
Assembly: SoDataBase.dll
Syntax
public sealed class OnStartOfTable : MulticastDelegate

Constructors

OnStartOfTable(Object, IntPtr)

Called before the first row of a new table is copied

Declaration
public OnStartOfTable(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(TableModel, AsyncCallback, Object)

Called before the first row of a new table is copied

Declaration
public virtual IAsyncResult BeginInvoke(TableModel table, AsyncCallback callback, object object)
Parameters
Type Name Description
TableModel table
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Called before the first row of a new table is copied

Declaration
public virtual ProcessingOption EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
Returns
Type Description
ProcessingOption

Invoke(TableModel)

Called before the first row of a new table is copied

Declaration
public virtual ProcessingOption Invoke(TableModel table)
Parameters
Type Name Description
TableModel table
Returns
Type Description
ProcessingOption

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