Class OnRowLoad
Delegate...
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class OnRowLoad : MulticastDelegate
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)