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

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

Private Properties

Свойство Type Description
HasEnvironment bool
MappingsChanged void
ToggleMapping void
UpdateMappingState void

Méthodes publiques

Méthode Description
SegmentMappingsTableSegmentPairViewModel ( SIL.Cog.Application.ViewModels.SegmentMappingsViewModel mappings, SIL.Cog.Application.ViewModels.SegmentMappingViewModel mappingFactory, SegmentMappingsTableSegmentViewModel segment1, SegmentMappingsTableSegmentViewModel segment2, int delta, bool enabled ) : System.Collections.Specialized

Private Methods

Méthode Description
HasEnvironment ( string str ) : bool
MappingsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ToggleMapping ( ) : void
UpdateMappingState ( ) : void

Method Details

SegmentMappingsTableSegmentPairViewModel() public méthode

public SegmentMappingsTableSegmentPairViewModel ( SIL.Cog.Application.ViewModels.SegmentMappingsViewModel mappings, SIL.Cog.Application.ViewModels.SegmentMappingViewModel mappingFactory, SegmentMappingsTableSegmentViewModel segment1, SegmentMappingsTableSegmentViewModel segment2, int delta, bool enabled ) : System.Collections.Specialized
mappings SIL.Cog.Application.ViewModels.SegmentMappingsViewModel
mappingFactory SIL.Cog.Application.ViewModels.SegmentMappingViewModel
segment1 SegmentMappingsTableSegmentViewModel
segment2 SegmentMappingsTableSegmentViewModel
delta int
enabled bool
Résultat System.Collections.Specialized