C# Class BasicRdl.Views.QuantityKindFactorDialog

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

Méthodes publiques

Méthode Description
QuantityKindFactorDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the QuantityKindFactorDialog class.

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

QuantityKindFactorDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the QuantityKindFactorDialog class.

This constructor is called by the IThingDialogNavigationService.

Method Details

QuantityKindFactorDialog() public méthode

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

QuantityKindFactorDialog() public méthode

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