.NET Framework Class Library
ICustomControl Methods

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ICustomControl Interface >

.NET Framework Class Library
ICustomControl Methods

The ICustomControl type exposes the following members.

Methods

 

Name

Description

Public method

Cancel

Cancel method is invoked when Cancel is pressed in the Data Input dialog

Public method

Commit

Commit method is invoked in Data Input Ok execution when all validations are ok

Public method

UpdateData

UpdateData method is invoked to align control with grid field/value (PDM -> control and viceversa)

Public method

ValidateData

ValidateData method is invoked in Data Input PRE-Ok execution to implement related data check. The OK execution continues only if all registered controls return TRUE in their data validation. When a registered control returns FALSE, the validation and OK-execution are interrupted and the involved tab is shown

See Also

ICustomControl Interface

MwPDMApi Namespace