C# Class PKStudio.Forms.Editors.LibraryCategoryEditor

Inheritance: BaseForms.ComponentEditor.ComponentEditorBaseForm
Mostrar archivo Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
LibraryCategoryEditor ( ) : System.Windows.Forms
PKWrapper_LoadLibraryCategoriesAsyncCompleteEvent ( object sender, EventArgs e ) : void
Save ( ) : void
SetLibCat ( LibraryCategoryWrapper LibCat ) : void

Sets LibrarayCategory for edition

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.

UpdateForm ( LibraryCategoryWrapper LibCat ) : 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

LibraryCategoryEditor() public method

public LibraryCategoryEditor ( ) : System.Windows.Forms
return System.Windows.Forms

PKWrapper_LoadLibraryCategoriesAsyncCompleteEvent() public method

public PKWrapper_LoadLibraryCategoriesAsyncCompleteEvent ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Save() public method

public Save ( ) : void
return void

SetLibCat() public method

Sets LibrarayCategory for edition
public SetLibCat ( LibraryCategoryWrapper LibCat ) : void
LibCat LibraryCategoryWrapper
return void