C# Class iRuler.Dialogs.PromptDialog

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

Public Properties

Property Type Description
m_GTMEvents String[]
m_LTMEvents String[]
m_existingiRules String[]
m_mode int
m_ruleDefault String
m_ruleName String
m_ruleType iRuleInfo.RuleType

Public Methods

Method Description
PromptDialog ( ) : 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.

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

PromptDialog() public method

public PromptDialog ( ) : System
return System

Property Details

m_GTMEvents public_oe property

public String[] m_GTMEvents
return String[]

m_LTMEvents public_oe property

public String[] m_LTMEvents
return String[]

m_existingiRules public_oe property

public String[] m_existingiRules
return String[]

m_mode public_oe property

public int m_mode
return int

m_ruleDefault public_oe property

public String m_ruleDefault
return String

m_ruleName public_oe property

public String m_ruleName
return String

m_ruleType public_oe property

public iRuleInfo.RuleType m_ruleType
return iRuleInfo.RuleType