Show / Hide Table of Contents

Delegate RowModification

Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public delegate Task RowModification(AppointmentRow row)
Parameters
Type Name Description
AppointmentRow row
Returns
Type Description
Task

Constructors

RowModification(object, IntPtr)

Declaration
public RowModification(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(AppointmentRow, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(AppointmentRow row, AsyncCallback callback, object @object)
Parameters
Type Name Description
AppointmentRow row
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(AppointmentRow)

Declaration
public virtual Task Invoke(AppointmentRow row)
Parameters
Type Name Description
AppointmentRow row
Returns
Type Description
Task

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