Class FinVerificationOfPayeeForm

Namespace
Subsembly.FinTS.Forms
Assembly
Subsembly.FinTS.Win32.dll
public class FinVerificationOfPayeeForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IFinVerificationOfPayeeForm
Inheritance
FinVerificationOfPayeeForm
Implements
Inherited Members

Constructors

FinVerificationOfPayeeForm(string, IWin32Window)

public FinVerificationOfPayeeForm(string sCaption, IWin32Window aOwnerWindow = null)

Parameters

sCaption string

Text for the Window caption.

aOwnerWindow IWin32Window

Optional owner Window of this form. If this is null, then the Window won't have an explicit owner.

FinVerificationOfPayeeForm(IWin32Window)

public FinVerificationOfPayeeForm(IWin32Window aOwnerWindow = null)

Parameters

aOwnerWindow IWin32Window

Optional owner Window of this form. If this is null, then the Window won't have an explicit owner.

Methods

ConfirmVerificationOfPayee(FinContact, FinOrder, VopOption, VopResult)

public bool ConfirmVerificationOfPayee(FinContact aContact, FinOrder aOrder, VopOption nVopOption, VopResult aVopResult)

Parameters

aContact FinContact
aOrder FinOrder
nVopOption VopOption
aVopResult VopResult

Returns

bool