Show / Hide Table of Contents

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

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