C# Class Widgetsphere.Generator.Forms.RelationReferenceCollectionForm

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

Protected Properties

Свойство Type Description
_referenceCollection ReferenceCollection

Private Properties

Свойство Type Description
InitializeComponent void
LoadList void
RelationPropertyChanged void

Méthodes publiques

Méthode Description
RelationReferenceCollectionForm ( ) : System
RelationReferenceCollectionForm ( ReferenceCollection referenceCollection ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnAddButtonClick ( object sender, EventArgs e ) : void
OnCancelButtonClick ( object sender, EventArgs e ) : void
OnDeleteButtonClick ( object sender, EventArgs e ) : void
OnDownButtonClick ( object sender, EventArgs e ) : void
OnOKButtonClick ( object sender, EventArgs e ) : void
OnUpButtonClick ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

LoadList ( ) : void
RelationPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Dispose() protected méthode

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

OnAddButtonClick() protected méthode

protected OnAddButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnCancelButtonClick() protected méthode

protected OnCancelButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnDeleteButtonClick() protected méthode

protected OnDeleteButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnDownButtonClick() protected méthode

protected OnDownButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnOKButtonClick() protected méthode

protected OnOKButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnUpButtonClick() protected méthode

protected OnUpButtonClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

RelationReferenceCollectionForm() public méthode

public RelationReferenceCollectionForm ( ) : System
Résultat System

RelationReferenceCollectionForm() public méthode

public RelationReferenceCollectionForm ( ReferenceCollection referenceCollection ) : System
referenceCollection ReferenceCollection
Résultat System

Property Details

_referenceCollection protected_oe property

protected ReferenceCollection _referenceCollection
Résultat ReferenceCollection