C# 클래스 Sample_App__Add_Modify_Delete__.frmSample

파일 보기 프로젝트 열기: Constructor-io/constructorio-csharp

공개 프로퍼티들

프로퍼티 타입 설명
m_constructorClient ConstructorIOAPI

공개 메소드들

메소드 설명
frmSample ( ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AlignText ( ) : void
ClearData ( ) : void
GetColumnValue ( DataGridViewRow dataGridRow, string columnName ) : string
GetListItem ( ) : ListItem
InitializeComponent ( ) : void

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

InsertSampleData ( ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnProcess_Click ( object sender, EventArgs e ) : void
btnVerify_Click ( object sender, EventArgs e ) : void
chkOptional_CheckedChanged ( object sender, EventArgs e ) : void
chkRequired_CheckedChanged ( object sender, EventArgs e ) : void
comboBoxAction_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBoxType_SelectedIndexChanged ( object sender, EventArgs e ) : void
dataGridView1_CellContentClick ( object sender, DataGridViewCellEventArgs 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

frmSample() 공개 메소드

public frmSample ( ) : System
리턴 System

프로퍼티 상세

m_constructorClient 공개적으로 프로퍼티

public ConstructorIOAPI m_constructorClient
리턴 ConstructorIOAPI