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)

Declaration
public OnIdUpdate(object object, IntPtr method)
Parameters
Type Name Description
Object object
IntPtr method

Methods

BeginInvoke(INestedPersist, AsyncCallback, Object)

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)

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

Invoke(INestedPersist)

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