Class OnIdUpdate
Delegate describing that an element received a primary key
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public sealed class OnIdUpdate : MulticastDelegate
Constructors
OnIdUpdate(Object, IntPtr)
Delegate describing that an element received a primary key
Declaration
public OnIdUpdate(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
Object | object | |
IntPtr | method |
Methods
BeginInvoke(INestedPersist, AsyncCallback, Object)
Delegate describing that an element received a primary key
Declaration
public virtual IAsyncResult BeginInvoke(INestedPersist element, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
INestedPersist | element | |
AsyncCallback | callback | |
Object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Delegate describing that an element received a primary key
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(INestedPersist)
Delegate describing that an element received a primary key
Declaration
public virtual void Invoke(INestedPersist element)
Parameters
Type | Name | Description |
---|---|---|
INestedPersist | element |
Extension Methods
EnumUtil.MapEnums<From, To>(From)