Show / Hide Table of Contents

Class OnEndOfTable

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

Constructors

OnEndOfTable(Object, IntPtr)

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

Methods

BeginInvoke(TableModel, AsyncCallback, Object)

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)

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

Invoke(TableModel)

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