C# Class iRuler.Dialogs.DataGroupDialog

Afficher le fichier Open project: f5devcentral/f5-irule-editor Class Usage Examples

Méthodes publiques

Свойство Type Description
m_bLTMSupportsValues Boolean
m_mode DialogMode
m_name String
m_type iControl.LocalLBClassClassType

Méthodes publiques

Méthode Description
DataGroupDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DataGroupDialog_HelpButtonClicked ( object sender, CancelEventArgs e ) : void
DataGroupDialog_Load ( object sender, EventArgs e ) : void
DataGroupDialog_Paint ( object sender, PaintEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button_Add_Click ( object sender, EventArgs e ) : void
button_Cancel_Click ( object sender, EventArgs e ) : void
button_Delete_Click ( object sender, EventArgs e ) : void
button_Edit_Click ( object sender, EventArgs e ) : void
button_OK_Click ( object sender, EventArgs e ) : void
createClass ( ) : bool
getAddress ( String sValue ) : String
isAddress ( String sValue ) : bool
isInteger ( String sValue ) : bool
listBox_Members_SelectedIndexChanged ( object sender, EventArgs e ) : void
listView_Members_SelectedIndexChanged ( object sender, EventArgs e ) : void
modifyClass ( ) : bool
refreshClass ( ) : void
tableLayoutPanel8_Paint ( object sender, PaintEventArgs e ) : void
textBox_Value_TextChanged ( object sender, EventArgs e ) : void
updateButtons ( ) : void

Method Details

DataGroupDialog() public méthode

public DataGroupDialog ( ) : System
Résultat System

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

Property Details

m_bLTMSupportsValues public_oe property

public Boolean m_bLTMSupportsValues
Résultat Boolean

m_mode public_oe property

public DialogMode m_mode
Résultat DialogMode

m_name public_oe property

public String m_name
Résultat String

m_type public_oe property

public iControl.LocalLBClassClassType m_type
Résultat iControl.LocalLBClassClassType