C# 클래스 GlobalcachingApplication.Plugins.APIGetC.GetGeocachesForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: GlobalcachingEU/GAPP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Max int
SearchForGeocachesRequestProperties Utils.API.LiveV6.SearchForGeocachesRequest

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GetGeocachesForm ( ) : System
GetGeocachesForm ( Framework owner, Framework core ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

GetGeocachesForm() 공개 메소드

public GetGeocachesForm ( ) : System
리턴 System

GetGeocachesForm() 공개 메소드

public GetGeocachesForm ( Framework owner, Framework core ) : System
owner Framework
core Framework
리턴 System

프로퍼티 상세

Max 공개적으로 프로퍼티

public int Max
리턴 int

SearchForGeocachesRequestProperties 공개적으로 프로퍼티

public Utils.API.LiveV6.SearchForGeocachesRequest SearchForGeocachesRequestProperties
리턴 Utils.API.LiveV6.SearchForGeocachesRequest