C# Class CDP4SiteDirectory.Views.OrganizationBrowser

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

Public Methods

Method Description
OrganizationBrowser ( ) : System.ComponentModel.Composition

Initializes a new instance of the OrganizationBrowser class

OrganizationBrowser ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the OrganizationBrowser class.

This constructor is called by the navigation service

Method Details

OrganizationBrowser() public method

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

OrganizationBrowser() public method

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