C# Class CDP4SiteDirectory.Views.ParticipantDialog

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

Public Methods

Method Description
ParticipantDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the ParticipantDialog class.

ParticipantDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the ParticipantDialog class.

This constructor is called by the IThingDialogNavigationService.

Method Details

ParticipantDialog() public method

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

ParticipantDialog() public method

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