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

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

Private Properties

Свойство Type Description
CanExportSegmentFrequencies bool
ExportSegmentFrequencies void
Find void
FindNext void
PopulateSegments void
SortWordsBy void
_projectService_ProjectOpened void

Méthodes publiques

Méthode Description
SegmentsViewModel ( IProjectService projectService, IDialogService dialogService, IBusyService busyService, IExportService exportService, SIL.Cog.Application.ViewModels.WordsViewModel wordsFactory, SIL.Cog.Application.ViewModels.WordViewModel wordFactory ) : System

Private Methods

Méthode Description
CanExportSegmentFrequencies ( ) : bool
ExportSegmentFrequencies ( ) : void
Find ( ) : void
FindNext ( ) : void
PopulateSegments ( ) : void
SortWordsBy ( string propertyName, ListSortDirection sortDirection ) : void
_projectService_ProjectOpened ( object sender, EventArgs e ) : void

Method Details

SegmentsViewModel() public méthode

public SegmentsViewModel ( IProjectService projectService, IDialogService dialogService, IBusyService busyService, IExportService exportService, SIL.Cog.Application.ViewModels.WordsViewModel wordsFactory, SIL.Cog.Application.ViewModels.WordViewModel wordFactory ) : System
projectService IProjectService
dialogService IDialogService
busyService IBusyService
exportService IExportService
wordsFactory SIL.Cog.Application.ViewModels.WordsViewModel
wordFactory SIL.Cog.Application.ViewModels.WordViewModel
Résultat System