C# Class BasicRdl.Views.RulesBrowser

Inheritance: IPanelView, IPanelFilterableDataGridView
Show file Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method 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 method

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

RulesBrowser() public method

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 ///
return System.ComponentModel.Composition