RDTA.PickDP.WebExtensions.ControlBinder Class

Binds form controls with the data in a table. onProcess events are fired when the data is processed.

Public Constructors

New

Constructor.

Public Methods

getTable

Gets the table associated with the controls. For internal use only.

MemberwiseClone

Returns a copy of the current instance. For internal use only.

setTable

For internal use only.

 

Public Properties

Name

Type

Description

Control

System.Windows.Forms.Control

Name of the control.

FieldName

String

Name of the field in the table.

Mandatory

Boolean

Flag indicating whether or not the field is mandatory.

Message

String

Message to return if Mandatory property is True and data is empty.

Public Events

Name

Type

Description

OnProcess

Event

Event triggered when the control is about to be processed.

 

5