C# Class CDP4Requirements.Views.RequirementsBrowser

Inheritance: IPanelView, IPanelFilterableDataGridView
Afficher le fichier Open project: RHEAGROUP/COMET-IME-Community-Edition

Méthodes publiques

Méthode Description
RequirementsBrowser ( ) : System.ComponentModel.Composition

Initializes a new instance of the RequirementsBrowser class

RequirementsBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the RequirementsBrowser class.

This constructor is called by the navigation service

Method Details

RequirementsBrowser() public méthode

Initializes a new instance of the RequirementsBrowser class
public RequirementsBrowser ( ) : System.ComponentModel.Composition
Résultat System.ComponentModel.Composition

RequirementsBrowser() public méthode

Initializes a new instance of the RequirementsBrowser class.
This constructor is called by the navigation service
public RequirementsBrowser ( bool initializeComponent ) : System.ComponentModel.Composition
initializeComponent bool /// a value indicating whether the contained Components shall be loaded ///
Résultat System.ComponentModel.Composition