Property | Type | Description | |
---|---|---|---|
m_btnLauncher | |||
m_cache | SIL.FieldWorks.FDO.FdoCache | ||
m_configurationNode | |||
m_displayNameProperty | string | ||
m_displayWs | string | ||
m_fieldName | string | ||
m_flid | int | ||
m_mainControl | |||
m_mediator | XCore.Mediator | ||
m_obj | ICmObject | ||
m_panel | |||
m_persistProvider | IPersistenceProvider |
Property | Type | Description | |
---|---|---|---|
InitializeComponent | void |
Method | Description | |
---|---|---|
ButtonLauncher ( ) : System |
Initializes a new instance of the ReferenceLauncher class.
|
|
CheckDisposed ( ) : void |
Throw if the IsDisposed property is true
|
|
Initialize ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, int flid, string fieldName, IPersistenceProvider persistProvider, XCore.Mediator mediator, string displayNameProperty, string displayWs ) : void |
Initialize the launcher.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
HandleChooser ( ) : void |
Handle launching of the standard chooser. Subclasses should override this method. |
|
OnClick ( Object sender, |
Handle the click event for the launcher button.
|
|
OnObjectCreated ( ) : void |
Notifies that m_obj has been created.
|
|
ReferenceLauncher_Enter ( object sender, |
||
ReferenceLauncher_Leave ( object sender, System e ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject obj, int flid, string fieldName, IPersistenceProvider persistProvider, XCore.Mediator mediator, string displayNameProperty, string displayWs ) : void | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
obj | ICmObject | |
flid | int | |
fieldName | string | |
persistProvider | IPersistenceProvider | |
mediator | XCore.Mediator | |
displayNameProperty | string | |
displayWs | string | |
return | void |
protected OnClick ( Object sender, |
||
sender | Object | |
arguments | ||
return | void |
protected ReferenceLauncher_Enter ( object sender, |
||
sender | object | |
e | ||
return | void |
protected ReferenceLauncher_Leave ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected Button,System.Windows.Forms m_btnLauncher | ||
return |
protected FdoCache,SIL.FieldWorks.FDO m_cache | ||
return | SIL.FieldWorks.FDO.FdoCache |
protected XmlNode,System.Xml m_configurationNode | ||
return |
protected Control,System.Windows.Forms m_mainControl | ||
return |
protected Panel,System.Windows.Forms m_panel | ||
return |