C# Class iRuler.Dialogs.PromptDialog

Summary description for TestForm.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: f5devcentral/f5-irule-editor Class Usage Examples

Méthodes publiques

Свойство Type Description
m_GTMEvents String[]
m_LTMEvents String[]
m_existingiRules String[]
m_mode int
m_ruleDefault String
m_ruleName String
m_ruleType iRuleInfo.RuleType

Méthodes publiques

Méthode Description
PromptDialog ( ) : 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.

PromptDialog_HelpButtonClicked ( object sender, CancelEventArgs e ) : void
PromptDialog_Load ( object sender, System e ) : void
RuleTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
button_Cancel_Click ( object sender, System e ) : void
button_OK_Click ( object sender, System e ) : void
fillEventsListBox ( String list ) : void
label2_Click ( object sender, System e ) : void
loadEvents ( ) : void
loadTemplates ( ) : void
tabControl_Options_TabIndexChanged ( object sender, System e ) : void
textBox_Name_TextChanged ( object sender, System e ) : void
treeView_Templates_AfterSelect ( object sender, TreeViewEventArgs 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

PromptDialog() public méthode

public PromptDialog ( ) : System
Résultat System

Property Details

m_GTMEvents public_oe property

public String[] m_GTMEvents
Résultat String[]

m_LTMEvents public_oe property

public String[] m_LTMEvents
Résultat String[]

m_existingiRules public_oe property

public String[] m_existingiRules
Résultat String[]

m_mode public_oe property

public int m_mode
Résultat int

m_ruleDefault public_oe property

public String m_ruleDefault
Résultat String

m_ruleName public_oe property

public String m_ruleName
Résultat String

m_ruleType public_oe property

public iRuleInfo.RuleType m_ruleType
Résultat iRuleInfo.RuleType