Class OnFieldChange<TValue>
Inheritance
System.Object
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
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
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
Type |
Name |
Description |
TableRowBase |
fieldOwner |
|
TValue |
persistedValue |
|
TValue |
currentValue |
|
TValue |
newValue |
|
AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
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)