Show / Hide Table of Contents

Delegate OnSaved

Delegate describing that an element was saved to the database

Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public delegate void OnSaved(INestedPersist element, bool didSucceed);
Parameters
Type Name Description
INestedPersist element

Element that was saved to the database

Boolean didSucceed

True if the save operation succeeded.

Constructors

OnSaved(Object, IntPtr)

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

Methods

BeginInvoke(INestedPersist, Boolean, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(INestedPersist element, bool didSucceed, AsyncCallback callback, object object)
Parameters
Type Name Description
INestedPersist element
Boolean didSucceed
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, Boolean)

Declaration
public virtual void Invoke(INestedPersist element, bool didSucceed)
Parameters
Type Name Description
INestedPersist element
Boolean didSucceed

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 |  Back to top