C# Класс BasicRdl.Views.SimpleUnitDialog

Наследование: IThingDialogView
Показать файл Открыть проект

Открытые методы

Метод Описание
SimpleUnitDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the SimpleUnitDialog class.

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

SimpleUnitDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the SimpleUnitDialog class.

This constructor is called by the IThingDialogNavigationService.

Описание методов

SimpleUnitDialog() публичный Метод

Initializes a new instance of the SimpleUnitDialog class.
This constructor is used by MEF to instation the view. The view is instantiated to enable navigation using the IThingDialogNavigationService
public SimpleUnitDialog ( ) : CDP4Common.CommonData
Результат CDP4Common.CommonData

SimpleUnitDialog() публичный Метод

Initializes a new instance of the SimpleUnitDialog class.
This constructor is called by the IThingDialogNavigationService.
public SimpleUnitDialog ( bool initializeComponent ) : CDP4Common.CommonData
initializeComponent bool /// a value indicating whether the contained Components shall be loaded ///
Результат CDP4Common.CommonData