Delegate OnIdUpdate
Delegate describing that an element received a primary key
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public delegate void OnIdUpdate(INestedPersist element)
Parameters
Type | Name | Description |
---|---|---|
INestedPersist | element | Element that got the primary key |
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 |