C# Class PacketEditor.EditFilter

Afficher le fichier Open project: appsec-labs/Advanced_Packet_Editor Class Usage Examples

Méthodes publiques

Свойство Type Description
retval bool

Méthodes publiques

Méthode Description
EditFilter ( DataRow dr, Main si, DataTable dtFilters, DataGridView dgridFilters, int dgF_l ) : System
UpdateDR ( DataRow dr ) : void
UpdateUI ( DataRow dr ) : void

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.

btnApply_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
cmbAPIActionE_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbDNSActionE_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbMsgActionE_SelectedIndexChanged ( object sender, EventArgs e ) : void
frmEditFilters_Activated ( object sender, EventArgs e ) : void
frmEditFilters_Deactivate ( object sender, EventArgs e ) : void
funcUpdate ( DataRow dr ) : void
txtAPIReplace_TextChanged ( object sender, EventArgs e ) : void
txtDNSReplace_TextChanged ( object sender, EventArgs e ) : void
txtMsgReplace_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

EditFilter() public méthode

public EditFilter ( DataRow dr, Main si, DataTable dtFilters, DataGridView dgridFilters, int dgF_l ) : System
dr DataRow
si Main
dtFilters DataTable
dgridFilters DataGridView
dgF_l int
Résultat System

UpdateDR() public méthode

public UpdateDR ( DataRow dr ) : void
dr DataRow
Résultat void

UpdateUI() public méthode

public UpdateUI ( DataRow dr ) : void
dr DataRow
Résultat void

Property Details

retval public_oe property

public bool retval
Résultat bool