C# Class GlobalcachingApplication.Plugins.APIGetC.GetGeocachesForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: GlobalcachingEU/GAPP Class Usage Examples

Méthodes publiques

Свойство Type Description
Max int
SearchForGeocachesRequestProperties Utils.API.LiveV6.SearchForGeocachesRequest

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
GetGeocachesForm ( ) : System
GetGeocachesForm ( Framework owner, Framework core ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GetGeocachesForm() public méthode

public GetGeocachesForm ( ) : System
Résultat System

GetGeocachesForm() public méthode

public GetGeocachesForm ( Framework owner, Framework core ) : System
owner Framework
core Framework
Résultat System

Property Details

Max public_oe property

public int Max
Résultat int

SearchForGeocachesRequestProperties public_oe property

public Utils.API.LiveV6.SearchForGeocachesRequest SearchForGeocachesRequestProperties
Résultat Utils.API.LiveV6.SearchForGeocachesRequest