C# 클래스 SIL.FieldWorks.Common.Controls.BulkEditBar.BulkReplaceTabPageSettings

this just saves the target field
상속: BulkEditTabPageSettings
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
BuildFindPatternKey string

보호된 메소드들

메소드 설명
InvokeTargetComboSelectedIndexChanged ( ) : void

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.

SaveSettings ( BulkEditBar bulkEditBar ) : void

SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void

Check that we've changed to BulkEditBar to ExpectedTab, and then set BulkEditBar to those tab settings

비공개 메소드들

메소드 설명
BuildFindPatternKey ( BulkEditBar bulkEditBar ) : string

메소드 상세

InvokeTargetComboSelectedIndexChanged() 보호된 메소드

this is a hack that explictly triggers the currentTargetCombo.SelectedIndexChange delegates during initialization, since they do not fire automatically until after everything is setup.
protected InvokeTargetComboSelectedIndexChanged ( ) : void
리턴 void

SaveSettings() 보호된 메소드

protected SaveSettings ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
리턴 void

SetupBulkEditBarTab() 보호된 메소드

Check that we've changed to BulkEditBar to ExpectedTab, and then set BulkEditBar to those tab settings
protected SetupBulkEditBarTab ( BulkEditBar bulkEditBar ) : void
bulkEditBar BulkEditBar
리턴 void