C# Class CDP4SiteDirectory.Views.ParticipantRoleDialog

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

Public Methods

Method Description
ParticipantRoleDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the ParticipantRoleDialog class.

ParticipantRoleDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the ParticipantRoleDialog class.

This constructor is called by the IThingDialogNavigationService.

Method Details

ParticipantRoleDialog() public method

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

ParticipantRoleDialog() public method

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