C# Class CDP4Requirements.Views.RelationGroupTypeMappingDialog

Inheritance: DXWindow, IDialogView
Datei anzeigen Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
RelationGroupTypeMappingDialog ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the RelationGroupTypeMappingDialog class.

This constructor is called by the navigation service

Private Methods

Method Description
RelationGroupTypeMappingDialog ( ) : System.ComponentModel.Composition

Method Details

RelationGroupTypeMappingDialog() public method

Initializes a new instance of the RelationGroupTypeMappingDialog class.
This constructor is called by the navigation service
public RelationGroupTypeMappingDialog ( bool initializeComponent ) : System.ComponentModel.Composition
initializeComponent bool /// a value indicating whether the contained Components shall be loaded ///
return System.ComponentModel.Composition