C# Class BasicRdl.Views.RulesBrowser

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

Méthodes publiques

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

Initializes a new instance of the RulesBrowser class.

RulesBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the RulesBrowser class.

This constructor is called by the navigation service

Method Details

RulesBrowser() public méthode

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

RulesBrowser() public méthode

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