Show / Hide Table of Contents

Delegate OnRowLoad

Delegate...

Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public delegate void OnRowLoad(SoDataReader reader)
Parameters
Type Name Description
SoDataReader reader

Constructors

OnRowLoad(object, IntPtr)

Delegate...

Declaration
public OnRowLoad(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(SoDataReader, AsyncCallback, object)

Delegate...

Declaration
public virtual IAsyncResult BeginInvoke(SoDataReader reader, AsyncCallback callback, object @object)
Parameters
Type Name Description
SoDataReader reader
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Delegate...

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

Invoke(SoDataReader)

Delegate...

Declaration
public virtual void Invoke(SoDataReader reader)
Parameters
Type Name Description
SoDataReader reader

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