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

Inheritance: ChangeTrackingViewModelBase
Afficher le fichier Open project: sillsdev/cog Class Usage Examples

Méthodes publiques

Méthode Description
AcceptChanges ( ) : void
Setup ( ) : void
SimilarSegmentMappingsViewModel ( IProjectService projectService, IDialogService dialogService, SegmentMappingsTableViewModel segmentMappingsTableFactory, SIL.Cog.Application.ViewModels.SegmentMappingsViewModel mappings, SIL.Cog.Application.ViewModels.SegmentMappingViewModel mappingFactory, SoundType soundType ) : System.Linq
UpdateComponent ( ) : void

Private Methods

Méthode Description
EditSegmentMappingsTable ( ) : void

Method Details

AcceptChanges() public méthode

public AcceptChanges ( ) : void
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void

SimilarSegmentMappingsViewModel() public méthode

public SimilarSegmentMappingsViewModel ( IProjectService projectService, IDialogService dialogService, SegmentMappingsTableViewModel segmentMappingsTableFactory, SIL.Cog.Application.ViewModels.SegmentMappingsViewModel mappings, SIL.Cog.Application.ViewModels.SegmentMappingViewModel mappingFactory, SoundType soundType ) : System.Linq
projectService IProjectService
dialogService IDialogService
segmentMappingsTableFactory SegmentMappingsTableViewModel
mappings SIL.Cog.Application.ViewModels.SegmentMappingsViewModel
mappingFactory SIL.Cog.Application.ViewModels.SegmentMappingViewModel
soundType SoundType
Résultat System.Linq

UpdateComponent() public méthode

public UpdateComponent ( ) : void
Résultat void