C# Class Sample_App__Add_Modify_Delete__.frmSample

Afficher le fichier Open project: Constructor-io/constructorio-csharp

Méthodes publiques

Свойство Type Description
m_constructorClient ConstructorIOAPI

Méthodes publiques

Méthode Description
frmSample ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

frmSample() public méthode

public frmSample ( ) : System
Résultat System

Property Details

m_constructorClient public_oe property

public ConstructorIOAPI m_constructorClient
Résultat ConstructorIOAPI