C# Class SIL.Cog.Application.ViewModels.VarietyPairsViewModel

Inheritance: SIL.Cog.Application.ViewModels.WorkspaceViewModelBase
Mostrar archivo Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
VarietyPairsViewModel ( IProjectService projectService, IBusyService busyService, IDialogService dialogService, IExportService exportService, IAnalysisService analysisService, VarietyPairViewModel varietyPairFactory ) : System

Protected Methods

Method Description
OnIsSelectedChanged ( ) : void

Private Methods

Method Description
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

Method Details

OnIsSelectedChanged() protected method

protected OnIsSelectedChanged ( ) : void
return void

VarietyPairsViewModel() public method

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
return System