C# Class Widgetsphere.Generator.Forms.CustomViewCollectionForm

Inheritance: CollectionEditorForm
Afficher le fichier Open project: nHydrate/nHydrate

Protected Properties

Свойство Type Description
_customViewCollection CustomViewCollection

Private Properties

Свойство Type Description
AddButtonClickHandler void
CancelButtonClickHandler void
CustomViewCollectionForm_Load void
CustomViewPropertyChanged void
DeleteButtonClickHandler void
DownButtonClickHandler void
InitializeComponent void
LoadList void
OKButtonClickHandler void
UpButtonClickHandler void

Méthodes publiques

Méthode Description
CustomViewCollectionForm ( ) : System
CustomViewCollectionForm ( CustomViewCollection customViewCollection ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public CustomViewCollectionForm ( ) : System
Résultat System

CustomViewCollectionForm() public méthode

public CustomViewCollectionForm ( CustomViewCollection customViewCollection ) : System
customViewCollection CustomViewCollection
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Property Details

_customViewCollection protected_oe property

protected CustomViewCollection _customViewCollection
Résultat CustomViewCollection