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

Inheritance: ViewModelBase
Mostrar archivo Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
SegmentMappingsTableViewModel ( IProjectService projectService, SegmentMappingsTableSegmentPairViewModel segmentPairFactory, SIL.Cog.Application.ViewModels.SegmentMappingViewModel mappingFactory, IEnumerable mappings, SoundType soundType, int threshold ) : System.Collections.Generic

Method Details

SegmentMappingsTableViewModel() public method

public SegmentMappingsTableViewModel ( IProjectService projectService, SegmentMappingsTableSegmentPairViewModel segmentPairFactory, SIL.Cog.Application.ViewModels.SegmentMappingViewModel mappingFactory, IEnumerable mappings, SoundType soundType, int threshold ) : System.Collections.Generic
projectService IProjectService
segmentPairFactory SegmentMappingsTableSegmentPairViewModel
mappingFactory SIL.Cog.Application.ViewModels.SegmentMappingViewModel
mappings IEnumerable
soundType SoundType
threshold int
return System.Collections.Generic