Class OnFieldChange<TValue>
Inheritance
OnFieldChange<TValue>
Assembly: SoDataBase.dll
Syntax
public sealed class OnFieldChange<TValue> : MulticastDelegate
Type Parameters
Constructors
OnFieldChange(Object, IntPtr)
Declaration
public OnFieldChange(object object, IntPtr method)
Parameters
Methods
BeginInvoke(TableRowBase, TValue, TValue, TValue, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(TableRowBase fieldOwner, TValue persistedValue, TValue currentValue, TValue newValue, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(TableRowBase, TValue, TValue, TValue)
Declaration
public virtual void Invoke(TableRowBase fieldOwner, TValue persistedValue, TValue currentValue, TValue newValue)
Parameters
Type |
Name |
Description |
TableRowBase |
fieldOwner |
|
TValue |
persistedValue |
|
TValue |
currentValue |
|
TValue |
newValue |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)