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

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

Public Methods

Method Description
MeaningsViewModel ( IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System

Private Methods

Method Description
AddNewMeaning ( ) : void
CanEditSelectedMeaning ( ) : bool
CanMoveSelectedMeaningDown ( ) : bool
CanMoveSelectedMeaningUp ( ) : bool
CanRemoveSelectedMeaning ( ) : bool
EditSelectedMeaning ( ) : void
MeaningsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
MoveSelectedMeaningDown ( ) : void
MoveSelectedMeaningUp ( ) : void
RemoveSelectedMeaning ( ) : void
_projectService_ProjectOpened ( object sender, EventArgs e ) : void

Method Details

MeaningsViewModel() public method

public MeaningsViewModel ( IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System
projectService IProjectService
dialogService IDialogService
busyService IBusyService
return System