RDTA.PickDP.Extensions.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

MemberwiseClone

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

 

Public Properties

Name

Type

Description

Control

System.Windows.Forms.Control

The associated 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