C# Class DataHubServicesAddin.Dialogs.ConfigureFieldListForm

显示文件 Open project: EsriUK/OnlineServicesAddin Class Usage Examples

Public Methods

Method Description
ConfigureFieldListForm ( ) : System
ConfigureFieldListForm ( OnlineLocator inLocator ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddToChosen ( ) : void
EnableButtons ( ) : void
GetAllFields ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MoveDown ( ) : void
MoveUp ( ) : void
PopulateListBoxes ( ) : void
RemoveFromChosen ( ) : void
availableFieldsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
butCancel_Click ( object sender, EventArgs e ) : void
butMoveDown_Click ( object sender, EventArgs e ) : void
butMoveLeft_Click ( object sender, EventArgs e ) : void
butMoveRight_Click ( object sender, EventArgs e ) : void
butMoveUp_Click ( object sender, EventArgs e ) : void
butOK_Click ( object sender, EventArgs e ) : void
chosenFieldsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ConfigureFieldListForm() public method

public ConfigureFieldListForm ( ) : System
return System

ConfigureFieldListForm() public method

public ConfigureFieldListForm ( OnlineLocator inLocator ) : System
inLocator OnlineLocator
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void