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 EntityUdefHelper.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)

Delegate for handlign events on modifications in udef fields.

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

Methods

BeginInvoke(string, object, object, AsyncCallback, object)

Delegate for handlign events on modifications in udef fields.

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)

Delegate for handlign events on modifications in udef fields.

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

Invoke(string, object, object)

Delegate for handlign events on modifications in udef fields.

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