Property | Type | Description | |
---|---|---|---|
BrowseViewer_FilterChanged | void | ||
BrowseViewer_SelectionChanged | void | ||
CheckAssignBtnEnabling | void | ||
InitializeComponent | void | ||
SetFilterStatus | void | ||
SetRecordStatus | void | ||
btnAssign_Click | void | ||
btnHelp_Click | void | ||
m_currentBrowseView_CheckBoxChanged | void | ||
tvSource_AfterSelect | void | ||
tvTarget_AfterSelect | void |
Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
ConcordanceDlg ( ) : System | ||
Init ( XCore.Mediator mediator, |
Initilize the gui control.
|
|
Launch ( ) : void |
launch the dlg.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClosing ( CancelEventArgs e ) : void |
Method | Description | |
---|---|---|
BrowseViewer_FilterChanged ( object sender, Filters e ) : void | ||
BrowseViewer_SelectionChanged ( object sender, FwObjectSelectionEventArgs e ) : void | ||
CheckAssignBtnEnabling ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetFilterStatus ( bool fIsFiltered ) : void | ||
SetRecordStatus ( ) : void | ||
btnAssign_Click ( object sender, |
||
btnHelp_Click ( object sender, |
||
m_currentBrowseView_CheckBoxChanged ( object sender, CheckBoxChangedEventArgs e ) : void | ||
tvSource_AfterSelect ( object sender, |
||
tvTarget_AfterSelect ( object sender, |
public Init ( XCore.Mediator mediator, |
||
mediator | XCore.Mediator | |
configurationNode | NB: In this case it is the main 'window' element node, /// se we have to drill down to find the control definition node(s). | |
sourceObject | ICmObject | |
return | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |