C# Class Widgetsphere.Generator.Forms.CustomViewCollectionForm

Inheritance: CollectionEditorForm
Mostrar archivo Open project: nHydrate/nHydrate

Protected Properties

Property Type Description
_customViewCollection CustomViewCollection

Private Properties

Property Type Description
AddButtonClickHandler void
CancelButtonClickHandler void
CustomViewCollectionForm_Load void
CustomViewPropertyChanged void
DeleteButtonClickHandler void
DownButtonClickHandler void
InitializeComponent void
LoadList void
OKButtonClickHandler void
UpButtonClickHandler void

Public Methods

Method Description
CustomViewCollectionForm ( ) : System
CustomViewCollectionForm ( CustomViewCollection customViewCollection ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddButtonClickHandler ( object sender, System e ) : void
CancelButtonClickHandler ( object sender, System e ) : void
CustomViewCollectionForm_Load ( object sender, System e ) : void
CustomViewPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
DeleteButtonClickHandler ( object sender, System e ) : void
DownButtonClickHandler ( object sender, System e ) : void
InitializeComponent ( ) : void

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

LoadList ( ) : void
OKButtonClickHandler ( object sender, System e ) : void
UpButtonClickHandler ( object sender, System e ) : void

Method Details

CustomViewCollectionForm() public method

public CustomViewCollectionForm ( ) : System
return System

CustomViewCollectionForm() public method

public CustomViewCollectionForm ( CustomViewCollection customViewCollection ) : System
customViewCollection CustomViewCollection
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Property Details

_customViewCollection protected_oe property

protected CustomViewCollection _customViewCollection
return CustomViewCollection