Delegate CorrespondenceProvider
Defines a correspondence between target row numbers and source row numbers.
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public delegate int CorrespondenceProvider(int targetRowNumber);
Parameters
Type |
Name |
Description |
System.Int32 |
targetRowNumber |
|
Returns
Type |
Description |
System.Int32 |
|
Constructors
CorrespondenceProvider(Object, IntPtr)
Declaration
public CorrespondenceProvider(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(int targetRowNumber, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Int32 |
targetRowNumber |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Int32 |
|
Invoke(Int32)
Declaration
public virtual int Invoke(int targetRowNumber)
Parameters
Type |
Name |
Description |
System.Int32 |
targetRowNumber |
|
Returns
Type |
Description |
System.Int32 |
|
Extension Methods