C# 클래스 BasicRdl.Views.DerivedQuantityKindDialog

상속: IThingDialogView
파일 보기 프로젝트 열기: RHEAGROUP/COMET-IME-Community-Edition

공개 메소드들

메소드 설명
DerivedQuantityKindDialog ( ) : CDP4Common.CommonData

Initializes a new instance of the DerivedQuantityKindDialog class.

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

DerivedQuantityKindDialog ( bool initializeComponent ) : CDP4Common.CommonData

Initializes a new instance of the DerivedQuantityKindDialog class.

This constructor is called by the IThingDialogNavigationService.

메소드 상세

DerivedQuantityKindDialog() 공개 메소드

Initializes a new instance of the DerivedQuantityKindDialog class.
This constructor is used by MEF to instation the view. The view is instantiated to enable navigation using the IThingDialogNavigationService
public DerivedQuantityKindDialog ( ) : CDP4Common.CommonData
리턴 CDP4Common.CommonData

DerivedQuantityKindDialog() 공개 메소드

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