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

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

Méthodes publiques

Méthode Description
MeaningsViewModel ( IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System

Private Methods

Méthode 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 méthode

public MeaningsViewModel ( IProjectService projectService, IDialogService dialogService, IBusyService busyService ) : System
projectService IProjectService
dialogService IDialogService
busyService IBusyService
Résultat System