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

Inheritance: SIL.Cog.Application.ViewModels.WorkspaceViewModelBase
Afficher le fichier Open project: sillsdev/cog Class Usage Examples

Méthodes publiques

Méthode Description
WordListsViewModel ( IProjectService projectService, IDialogService dialogService, IImportService importService, IExportService exportService, IAnalysisService analysisService, SIL.Cog.Application.ViewModels.WordListsVarietyViewModel varietyFactory ) : System

Méthodes protégées

Méthode Description
OnIsSelectedChanged ( ) : void

Private Methods

Méthode Description
AddNewMeaning ( ) : void
AddNewVariety ( ) : void
CanExport ( ) : bool
CanRunStemmer ( ) : bool
Export ( ) : void
Find ( ) : void
FindNext ( ) : void
HandleDomainModelChanged ( SIL.Cog.Application.ViewModels.DomainModelChangedMessage msg ) : void
HandleSwitchView ( SIL.Cog.Application.ViewModels.SwitchViewMessage msg ) : void
Import ( ) : void
MeaningsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RunStemmer ( ) : void
SearchEnded ( ) : void
SetIsEmpty ( ) : void
ShowGettingStarted ( ) : void
VarietiesChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
_projectService_ProjectOpened ( object sender, EventArgs e ) : void

Method Details

OnIsSelectedChanged() protected méthode

protected OnIsSelectedChanged ( ) : void
Résultat void

WordListsViewModel() public méthode

public WordListsViewModel ( IProjectService projectService, IDialogService dialogService, IImportService importService, IExportService exportService, IAnalysisService analysisService, SIL.Cog.Application.ViewModels.WordListsVarietyViewModel varietyFactory ) : System
projectService IProjectService
dialogService IDialogService
importService IImportService
exportService IExportService
analysisService IAnalysisService
varietyFactory SIL.Cog.Application.ViewModels.WordListsVarietyViewModel
Résultat System