Show / Hide Table of Contents

Class AppointmentMatrix.RowModification

Inheritance
Object
AppointmentMatrix.RowModification
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class RowModification : MulticastDelegate

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 void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(AppointmentRow)

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

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