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

Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
FieldsValid ( ) : bool
GetGenerator ( ) : CharacterRepeater
LoadGenerator ( CharacterRepeater Generator ) : void
ucCharacterRepeater ( ) : System

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.

ucCharacter_Repeater_Load ( 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

FieldsValid() public méthode

public FieldsValid ( ) : bool
Résultat bool

GetGenerator() public méthode

public GetGenerator ( ) : CharacterRepeater
Résultat CharacterRepeater

LoadGenerator() public méthode

public LoadGenerator ( CharacterRepeater Generator ) : void
Generator CharacterRepeater
Résultat void

ucCharacterRepeater() public méthode

public ucCharacterRepeater ( ) : System
Résultat System

Property Details

comboBoxEncoding public_oe property

public System.Windows.Forms.ComboBox comboBoxEncoding
Résultat System.Windows.Forms.ComboBox

numericUpDownFinalCount public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownFinalCount
Résultat System.Windows.Forms.NumericUpDown

numericUpDownIncrement public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownIncrement
Résultat System.Windows.Forms.NumericUpDown

numericUpDownInitialCount public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownInitialCount
Résultat System.Windows.Forms.NumericUpDown

textBoxCharacterString public_oe property

public System.Windows.Forms.TextBox textBoxCharacterString
Résultat System.Windows.Forms.TextBox

textBoxName public_oe property

public System.Windows.Forms.TextBox textBoxName
Résultat System.Windows.Forms.TextBox