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

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

Public Methods

Method Description
GlobalCorrespondencesViewModel ( IProjectService projectService, IBusyService busyService, IDialogService dialogService, IImageExportService imageExportService, IGraphService graphService, SIL.Cog.Application.ViewModels.WordPairsViewModel wordPairsFactory, WordPairViewModel wordPairFactory ) : System

Protected Methods

Method Description
OnIsSelectedChanged ( ) : void

Private Methods

Method Description
CanExportChart ( ) : bool
ClearGraph ( ) : void
ExportChart ( ) : void
Find ( ) : void
FindNext ( ) : void
GenerateGraph ( ) : void
SelectVarieties ( ) : void
VarietiesChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
_correspondenceFilter_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
_correspondenceFilter_PropertyChanging ( object sender, PropertyChangingEventArgs e ) : void
_projectService_ProjectOpened ( object sender, EventArgs e ) : void

Method Details

GlobalCorrespondencesViewModel() public method

public GlobalCorrespondencesViewModel ( IProjectService projectService, IBusyService busyService, IDialogService dialogService, IImageExportService imageExportService, IGraphService graphService, SIL.Cog.Application.ViewModels.WordPairsViewModel wordPairsFactory, WordPairViewModel wordPairFactory ) : System
projectService IProjectService
busyService IBusyService
dialogService IDialogService
imageExportService IImageExportService
graphService IGraphService
wordPairsFactory SIL.Cog.Application.ViewModels.WordPairsViewModel
wordPairFactory WordPairViewModel
return System

OnIsSelectedChanged() protected method

protected OnIsSelectedChanged ( ) : void
return void