C# 클래스 SIL.Cog.Application.ViewModels.SegmentMappingsTableSegmentPairViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: sillsdev/cog 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HasEnvironment bool
MappingsChanged void
ToggleMapping void
UpdateMappingState void

공개 메소드들

메소드 설명
SegmentMappingsTableSegmentPairViewModel ( SIL.Cog.Application.ViewModels.SegmentMappingsViewModel mappings, SIL.Cog.Application.ViewModels.SegmentMappingViewModel mappingFactory, SegmentMappingsTableSegmentViewModel segment1, SegmentMappingsTableSegmentViewModel segment2, int delta, bool enabled ) : System.Collections.Specialized

비공개 메소드들

메소드 설명
HasEnvironment ( string str ) : bool
MappingsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ToggleMapping ( ) : void
UpdateMappingState ( ) : void

메소드 상세

SegmentMappingsTableSegmentPairViewModel() 공개 메소드

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