C# 클래스 MobilePhone.MainForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: kennykhek/smart_clips

공개 메소드들

메소드 설명
InitDataGrid ( ) : void
InitPlanDataGrid ( ) : void
LoadPhaseDetailsDropdown ( ) : void
LoadPhasePlanDropdown ( ) : void
LowerCaseFirstChar ( String sConvert ) : String
MainForm ( ) : System
OnChange ( object sender, EventArgs e ) : void
OnChangePlan ( object sender, EventArgs e ) : void
ProcessPersonality ( ) : void
ProcessPhasePreferences ( ) : void
ResetDropDownDef ( ) : void
UpdatePhoneGrid ( String attribute ) : void
UpdatePlanGrid ( String attribute ) : void
UpperCaseFirstChar ( String sConvert ) : String
testDataGrid ( ) : void

보호된 메소드들

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

OnClickButton ( object sender, EventArgs e ) : void
ProcessPhase ( int iPhase ) : void
ResetPhase ( int iPhase ) : void
SetRange ( List list ) : List
SetUIState ( int iPhase ) : void
UpdatePhoneList ( List PhoneList ) : 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

InitDataGrid() 공개 메소드

public InitDataGrid ( ) : void
리턴 void

InitPlanDataGrid() 공개 메소드

public InitPlanDataGrid ( ) : void
리턴 void

LoadPhaseDetailsDropdown() 공개 메소드

public LoadPhaseDetailsDropdown ( ) : void
리턴 void

LoadPhasePlanDropdown() 공개 메소드

public LoadPhasePlanDropdown ( ) : void
리턴 void

LowerCaseFirstChar() 공개 메소드

public LowerCaseFirstChar ( String sConvert ) : String
sConvert String
리턴 String

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

OnChange() 공개 메소드

public OnChange ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

OnChangePlan() 공개 메소드

public OnChangePlan ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ProcessPersonality() 공개 메소드

public ProcessPersonality ( ) : void
리턴 void

ProcessPhasePreferences() 공개 메소드

public ProcessPhasePreferences ( ) : void
리턴 void

ResetDropDownDef() 공개 메소드

public ResetDropDownDef ( ) : void
리턴 void

UpdatePhoneGrid() 공개 메소드

public UpdatePhoneGrid ( String attribute ) : void
attribute String
리턴 void

UpdatePlanGrid() 공개 메소드

public UpdatePlanGrid ( String attribute ) : void
attribute String
리턴 void

UpperCaseFirstChar() 공개 메소드

public UpperCaseFirstChar ( String sConvert ) : String
sConvert String
리턴 String

testDataGrid() 공개 메소드

public testDataGrid ( ) : void
리턴 void