C# Class CDP4CommonView.Views.HyperLinkDialog

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

Public Methods

Method Description
HyperLinkDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the HyperLinkDialog class.

HyperLinkDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the HyperLinkDialog class.

This constructor is called by the IThingDialogNavigationService.

Method Details

HyperLinkDialog() public method

Initializes a new instance of the HyperLinkDialog class.
public HyperLinkDialog ( ) : CDP4Common.CommonData
return CDP4Common.CommonData

HyperLinkDialog() public method

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