C# Class BasicRdl.Views.UnitPrefixDialog

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

Public Methods

Method Description
UnitPrefixDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the UnitPrefixDialog class.

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

UnitPrefixDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the UnitPrefixDialog class.

This constructor is called by the IThingDialogNavigationService.

Method Details

UnitPrefixDialog() public method

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

UnitPrefixDialog() public method

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