C# Class usertools.WebFuzzer.Forms.Panels.ucNumberGenerator

Inheritance: System.Windows.Forms.UserControl
Mostra file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
comboBoxEncoding System.Windows.Forms.ComboBox
numericUpDownIncrement System.Windows.Forms.NumericUpDown
numericUpDownStartNumber System.Windows.Forms.NumericUpDown
numericUpDownStopNumber System.Windows.Forms.NumericUpDown
textBoxName System.Windows.Forms.TextBox

Public Methods

Method Description
FieldsValid ( ) : bool
GetGenerator ( ) : NumberGenerator
LoadGenerator ( NumberGenerator Generator ) : void
ucNumberGenerator ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ucNumberGenerator_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

FieldsValid() public method

public FieldsValid ( ) : bool
return bool

GetGenerator() public method

public GetGenerator ( ) : NumberGenerator
return usertools.WebFuzzer.Components.Generators.NumberGenerator

LoadGenerator() public method

public LoadGenerator ( NumberGenerator Generator ) : void
Generator usertools.WebFuzzer.Components.Generators.NumberGenerator
return void

ucNumberGenerator() public method

public ucNumberGenerator ( ) : System
return System

Property Details

comboBoxEncoding public_oe property

public System.Windows.Forms.ComboBox comboBoxEncoding
return System.Windows.Forms.ComboBox

numericUpDownIncrement public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownIncrement
return System.Windows.Forms.NumericUpDown

numericUpDownStartNumber public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownStartNumber
return System.Windows.Forms.NumericUpDown

numericUpDownStopNumber public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownStopNumber
return System.Windows.Forms.NumericUpDown

textBoxName public_oe property

public System.Windows.Forms.TextBox textBoxName
return System.Windows.Forms.TextBox