C# Class BasicRdl.Views.CompoundParameterTypeDialog

Inheritance: IThingDialogView
Afficher le fichier Open project: RHEAGROUP/COMET-IME-Community-Edition

Méthodes publiques

Méthode Description
CompoundParameterTypeDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the CompoundParameterTypeDialog class.

This constructor is used by MEF to instation the view. The view is instantiated to enable navigation using the IThingDialogNavigationService

CompoundParameterTypeDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the CompoundParameterTypeDialog class.

This constructor is called by the IThingDialogNavigationService.

Method Details

CompoundParameterTypeDialog() public méthode

Initializes a new instance of the CompoundParameterTypeDialog class.
This constructor is used by MEF to instation the view. The view is instantiated to enable navigation using the IThingDialogNavigationService
public CompoundParameterTypeDialog ( ) : CDP4Common.CommonData
Résultat CDP4Common.CommonData

CompoundParameterTypeDialog() public méthode

Initializes a new instance of the CompoundParameterTypeDialog class.
This constructor is called by the IThingDialogNavigationService.
public CompoundParameterTypeDialog ( bool initializeComponent ) : CDP4Common.CommonData
initializeComponent bool /// a value indicating whether the contained Components shall be loaded ///
Résultat CDP4Common.CommonData