Show / Hide Table of Contents

Delegate EntityUdefHelper.UdefValueChange

Delegate for handlign events on modifications in udef fields.

Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public delegate void UdefValueChange(string progId, object oldValue, object newValue);
Parameters
Type Name Description
String progId

ProgId of the value that has been changed.

Object oldValue

Old udef value for the progid

Object newValue

New udef value for the progid

Constructors

UdefValueChange(Object, IntPtr)

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

Methods

BeginInvoke(String, Object, Object, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(string progId, object oldValue, object newValue, AsyncCallback callback, object object)
Parameters
Type Name Description
String progId
Object oldValue
Object newValue
AsyncCallback callback
Object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(String, Object, Object)

Declaration
public virtual void Invoke(string progId, object oldValue, object newValue)
Parameters
Type Name Description
String progId
Object oldValue
Object newValue

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