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

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

Private Properties

Property Type Description
HasEnvironment bool
MappingsChanged void
ToggleMapping void
UpdateMappingState void

Public Methods

Method 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

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

Method Details

SegmentMappingsTableSegmentPairViewModel() public method

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
return System.Collections.Specialized