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

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

Public Properties

Property Type Description
comboBoxEncoding System.Windows.Forms.ComboBox
numericUpDownFinalCount System.Windows.Forms.NumericUpDown
numericUpDownIncrement System.Windows.Forms.NumericUpDown
numericUpDownInitialCount System.Windows.Forms.NumericUpDown
textBoxCharacterString System.Windows.Forms.TextBox
textBoxName System.Windows.Forms.TextBox

Public Methods

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

ucCharacter_Repeater_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 ( ) : CharacterRepeater
return CharacterRepeater

LoadGenerator() public method

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

ucCharacterRepeater() public method

public ucCharacterRepeater ( ) : System
return System

Property Details

comboBoxEncoding public property

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

numericUpDownFinalCount public property

public System.Windows.Forms.NumericUpDown numericUpDownFinalCount
return System.Windows.Forms.NumericUpDown

numericUpDownIncrement public property

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

numericUpDownInitialCount public property

public System.Windows.Forms.NumericUpDown numericUpDownInitialCount
return System.Windows.Forms.NumericUpDown

textBoxCharacterString public property

public System.Windows.Forms.TextBox textBoxCharacterString
return System.Windows.Forms.TextBox

textBoxName public property

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