C# Class CDP4SiteDirectory.Views.EngineeringModelSetupSelectionDialog

Inheritance: DXWindow, IDialogView
Show file Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
EngineeringModelSetupSelectionDialog ( ) : CDP4Composition.Attributes

Initializes a new instance of the EngineeringModelSetupSelectionDialog class.

EngineeringModelSetupSelectionDialog ( bool initializeComponent ) : CDP4Composition.Attributes

Initializes a new instance of the EngineeringModelSetupSelectionDialog class.

This constructor is called by the navigation service

Method Details

EngineeringModelSetupSelectionDialog() public method

Initializes a new instance of the EngineeringModelSetupSelectionDialog class.
public EngineeringModelSetupSelectionDialog ( ) : CDP4Composition.Attributes
return CDP4Composition.Attributes

EngineeringModelSetupSelectionDialog() public method

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