C# Class Kadr.UI.Common.PropertyGridDialog

Show file Open project: UGTU/UGTUKadrProject

Public Properties

Property Type Description
UpdateObjectList Action

Protected Properties

Property Type Description
btnPrikaz System.Windows.Forms.Button
commandProperyGrid1 UIX.UI.CommandPropertyGrid

Public Methods

Method Description
PropertyGridDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoApply ( ) : void
DoCancel ( ) : void
GetDialogObject ( ) : object
SetDialogObject ( object value ) : void

Private Methods

Method Description
GetInternalCommandManager ( ) : UIX.Commands.ICommandManager
InitializeComponent ( ) : void

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

PropertyGridDialog_Load ( object sender, EventArgs e ) : void
SetCommandRegister ( ) : void
SetupDialogCaption ( ) : void
TerminateBatchCommand ( ) : void
commandProperyGrid1_PropertyValueChanged ( object s, PropertyValueChangedEventArgs 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

DoApply() protected method

protected DoApply ( ) : void
return void

DoCancel() protected method

protected DoCancel ( ) : void
return void

GetDialogObject() protected method

protected GetDialogObject ( ) : object
return object

PropertyGridDialog() public method

public PropertyGridDialog ( ) : System
return System

SetDialogObject() protected method

protected SetDialogObject ( object value ) : void
value object
return void

Property Details

UpdateObjectList public property

public Action UpdateObjectList
return Action

btnPrikaz protected property

protected System.Windows.Forms.Button btnPrikaz
return System.Windows.Forms.Button

commandProperyGrid1 protected property

protected UIX.UI.CommandPropertyGrid commandProperyGrid1
return UIX.UI.CommandPropertyGrid