C# 클래스 VSSonarExtensionUi.View.SonarQubeUserControlVs

Interaction logic for SonarQubeWindow.xaml
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension

공개 메소드들

메소드 설명
SonarQubeUserControlVs ( ) : System

Initializes a new instance of the SonarQubeUserControlVs class.

SonarQubeUserControlVs ( SonarQubeViewModel model ) : System

Initializes a new instance of the SonarQubeUserControlVs class.

UpdateDataContext ( SonarQubeViewModel dataModelIn ) : void

The update data context.

메소드 상세

SonarQubeUserControlVs() 공개 메소드

Initializes a new instance of the SonarQubeUserControlVs class.
public SonarQubeUserControlVs ( ) : System
리턴 System

SonarQubeUserControlVs() 공개 메소드

Initializes a new instance of the SonarQubeUserControlVs class.
public SonarQubeUserControlVs ( SonarQubeViewModel model ) : System
model VSSonarExtensionUi.ViewModel.SonarQubeViewModel /// The model. ///
리턴 System

UpdateDataContext() 공개 메소드

The update data context.
public UpdateDataContext ( SonarQubeViewModel dataModelIn ) : void
dataModelIn VSSonarExtensionUi.ViewModel.SonarQubeViewModel /// The data model in. ///
리턴 void