C# Class iRuler.Dialogs.DataGroupDialog

ファイルを表示 Open project: f5devcentral/f5-irule-editor Class Usage Examples

Public Properties

Property Type Description
m_bLTMSupportsValues Boolean
m_mode DialogMode
m_name String
m_type iControl.LocalLBClassClassType

Public Methods

Method Description
DataGroupDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public DataGroupDialog ( ) : System
return System

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

Property Details

m_bLTMSupportsValues public_oe property

public Boolean m_bLTMSupportsValues
return Boolean

m_mode public_oe property

public DialogMode m_mode
return DialogMode

m_name public_oe property

public String m_name
return String

m_type public_oe property

public iControl.LocalLBClassClassType m_type
return iControl.LocalLBClassClassType