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

Show file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
checkBoxAllowRepetitions System.Windows.Forms.CheckBox
comboBoxEncoding System.Windows.Forms.ComboBox
numericUpDownNumberOfStrings System.Windows.Forms.NumericUpDown
numericUpDownStringLength System.Windows.Forms.NumericUpDown
textBoxCharacterSet System.Windows.Forms.TextBox
textBoxName System.Windows.Forms.TextBox

Public Methods

Method Description
FieldsValid ( ) : bool
GetGenerator ( ) : RandomStringGenerator
LoadGenerator ( RandomStringGenerator Generator ) : void
ucRandomStringGenerator ( ) : 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.

ucRandomStringGenerator_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 ( ) : RandomStringGenerator
return RandomStringGenerator

LoadGenerator() public method

public LoadGenerator ( RandomStringGenerator Generator ) : void
Generator RandomStringGenerator
return void

ucRandomStringGenerator() public method

public ucRandomStringGenerator ( ) : System
return System

Property Details

checkBoxAllowRepetitions public property

public System.Windows.Forms.CheckBox checkBoxAllowRepetitions
return System.Windows.Forms.CheckBox

comboBoxEncoding public property

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

numericUpDownNumberOfStrings public property

public System.Windows.Forms.NumericUpDown numericUpDownNumberOfStrings
return System.Windows.Forms.NumericUpDown

numericUpDownStringLength public property

public System.Windows.Forms.NumericUpDown numericUpDownStringLength
return System.Windows.Forms.NumericUpDown

textBoxCharacterSet public property

public System.Windows.Forms.TextBox textBoxCharacterSet
return System.Windows.Forms.TextBox

textBoxName public property

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