Delegate EntityUdefHelper.UdefValueChange
Delegate for handlign events on modifications in udef fields.
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
Methods
BeginInvoke(String, Object, Object, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string progId, object oldValue, object newValue, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(String, Object, Object)
Declaration
public virtual void Invoke(string progId, object oldValue, object newValue)
Parameters
Extension Methods
EnumUtil.MapEnums<From, To>(From)