C# Класс SIL.FieldWorks.Common.Controls.BulkEditBar.BulkReplaceTabPageSettings

this just saves the target field
Наследование: BulkEditTabPageSettings
Показать файл Открыть проект

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