Property | Type | Description | |
---|---|---|---|
CanExportSegmentFrequencies | bool | ||
ExportSegmentFrequencies | void | ||
Find | void | ||
FindNext | void | ||
PopulateSegments | void | ||
SortWordsBy | void | ||
_projectService_ProjectOpened | void |
Method | Description | |
---|---|---|
SegmentsViewModel ( IProjectService projectService, IDialogService dialogService, IBusyService busyService, IExportService exportService, SIL.Cog.Application.ViewModels.WordsViewModel wordsFactory, SIL.Cog.Application.ViewModels.WordViewModel wordFactory ) : System |
Method | Description | |
---|---|---|
CanExportSegmentFrequencies ( ) : bool | ||
ExportSegmentFrequencies ( ) : void | ||
Find ( ) : void | ||
FindNext ( ) : void | ||
PopulateSegments ( ) : void | ||
SortWordsBy ( string propertyName, ListSortDirection sortDirection ) : void | ||
_projectService_ProjectOpened ( object sender, |
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 | |
return | System |