C# Class CDP4Requirements.Views.RequirementsBrowser

Inheritance: IPanelView, IPanelFilterableDataGridView
显示文件 Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

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

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

RequirementsBrowser() public method

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