C# 클래스 SIL.Cog.Application.ViewModels.VarietyPairsViewModel

상속: SIL.Cog.Application.ViewModels.WorkspaceViewModelBase
파일 보기 프로젝트 열기: sillsdev/cog 1 사용 예제들

공개 메소드들

메소드 설명
VarietyPairsViewModel ( IProjectService projectService, IBusyService busyService, IDialogService dialogService, IExportService exportService, IAnalysisService analysisService, VarietyPairViewModel varietyPairFactory ) : System

보호된 메소드들

메소드 설명
OnIsSelectedChanged ( ) : void

비공개 메소드들

메소드 설명
CanExportVarietyPair ( ) : bool
CanPerformComparison ( ) : bool
ClearComparison ( ) : void
ExportVarietyPair ( ) : void
Find ( ) : void
FindNext ( ) : void

Finds the next.

HandleSwitchView ( SIL.Cog.Application.ViewModels.SwitchViewMessage msg ) : void
PerformComparison ( ) : void
ResetSearch ( ) : void
ResetSelectedVarietyPair ( ) : void
SearchEnded ( ) : void
SelectedWordPairsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
SetSelectedVarietyPair ( ) : void
SortWordPairsBy ( string propertyName, ListSortDirection sortDirection ) : void
_projectService_ProjectOpened ( object sender, EventArgs e ) : void

메소드 상세

OnIsSelectedChanged() 보호된 메소드

protected OnIsSelectedChanged ( ) : void
리턴 void

VarietyPairsViewModel() 공개 메소드

public VarietyPairsViewModel ( IProjectService projectService, IBusyService busyService, IDialogService dialogService, IExportService exportService, IAnalysisService analysisService, VarietyPairViewModel varietyPairFactory ) : System
projectService IProjectService
busyService IBusyService
dialogService IDialogService
exportService IExportService
analysisService IAnalysisService
varietyPairFactory VarietyPairViewModel
리턴 System