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

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

Public Methods

Method Description
MultipleWordAlignmentViewModel ( IProjectService projectService, IBusyService busyService, IExportService exportService, IAnalysisService analysisService ) : System

Private Methods

Method Description
AlignWords ( ) : void
CanExportCognateSets ( ) : bool
CanShowInVarietyPairs ( ) : bool
ExportCognateSets ( ) : void
HandleSwitchView ( SIL.Cog.Application.ViewModels.SwitchViewMessage msg ) : void
MeaningsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
NodeFilter ( ShapeNode n ) : bool
PerformComparison ( ) : void
ResetAlignment ( ) : void
ShowInVarietyPairs ( ) : void
SortBy ( string property, ListSortDirection sortDirection ) : void
_projectService_ProjectOpened ( object sender, EventArgs e ) : void
_showCognateSets_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

MultipleWordAlignmentViewModel() public method

public MultipleWordAlignmentViewModel ( IProjectService projectService, IBusyService busyService, IExportService exportService, IAnalysisService analysisService ) : System
projectService IProjectService
busyService IBusyService
exportService IExportService
analysisService IAnalysisService
return System