C# Class GlobalcachingApplication.Plugins.APIGetC.GetGeocachesForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: GlobalcachingEU/GAPP Class Usage Examples

Public Properties

Property Type Description
Max int
SearchForGeocachesRequestProperties Utils.API.LiveV6.SearchForGeocachesRequest

Private Properties

Property Type Description
InitializeComponent void
LoadPresets void
SavePresets void
button1_Click void
button2_Click void
button3_Click void
buttonImport_Click void
buttonLocationClear_Click void
buttonLocation_Click void
checkBox1_CheckedChanged void
comboBox1_SelectedIndexChanged void
dateTimePicker1_ValueChanged void
dateTimePicker2_ValueChanged void
textBoxCodes_TextChanged void
textBoxLocation_TextChanged void

Public Methods

Method Description
GetGeocachesForm ( ) : System
GetGeocachesForm ( Framework owner, Framework core ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

LoadPresets ( ) : void
SavePresets ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
buttonImport_Click ( object sender, EventArgs e ) : void
buttonLocationClear_Click ( object sender, EventArgs e ) : void
buttonLocation_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
dateTimePicker1_ValueChanged ( object sender, EventArgs e ) : void
dateTimePicker2_ValueChanged ( object sender, EventArgs e ) : void
textBoxCodes_TextChanged ( object sender, EventArgs e ) : void
textBoxLocation_TextChanged ( object sender, EventArgs e ) : void

Method Details

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

GetGeocachesForm() public method

public GetGeocachesForm ( ) : System
return System

GetGeocachesForm() public method

public GetGeocachesForm ( Framework owner, Framework core ) : System
owner Framework
core Framework
return System

Property Details

Max public_oe property

public int Max
return int

SearchForGeocachesRequestProperties public_oe property

public Utils.API.LiveV6.SearchForGeocachesRequest SearchForGeocachesRequestProperties
return Utils.API.LiveV6.SearchForGeocachesRequest