C# Класс ScrewTurn.Wiki.AdminProviders

Наследование: BasePage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
btnAutoUpdateProviders global::Anthem.Button
btnCancel global::Anthem.Button
btnCopySettings global::Anthem.Button
btnDeleteDll global::Anthem.Button
btnDisable global::Anthem.Button
btnEnable global::Anthem.Button
btnMigrateFiles global::Anthem.Button
btnMigratePages global::Anthem.Button
btnMigrateUsers global::Anthem.Button
btnSave global::Anthem.Button
btnSaveDefaultProviders global::Anthem.Button
btnUnload global::Anthem.Button
btnUpload global::Anthem.Button
lblAutoUpdateResult global::Anthem.Label
lblCannotDisable global::Anthem.Label
lblConfigHelp global::System.Web.UI.WebControls.Literal
lblConfigurationStringTitle global::System.Web.UI.WebControls.Literal
lblCopySettings global::System.Web.UI.WebControls.Literal
lblCopySettingsDestinationConfig global::System.Web.UI.WebControls.Literal
lblCopySettingsInfo global::System.Web.UI.WebControls.Literal
lblCopySettingsResult global::Anthem.Label
lblDataMigration global::System.Web.UI.WebControls.Literal
lblDefaultProvCache global::System.Web.UI.WebControls.Literal
lblDefaultProvFiles global::System.Web.UI.WebControls.Literal
lblDefaultProvPages global::System.Web.UI.WebControls.Literal
lblDefaultProvUsers global::System.Web.UI.WebControls.Literal
lblDefaultProvidersResult global::Anthem.Label
lblDefaultProvidersTitle global::System.Web.UI.WebControls.Literal
lblDisplay global::System.Web.UI.WebControls.Literal
lblDllResult global::Anthem.Label
lblMigrateFiles global::System.Web.UI.WebControls.Literal
lblMigrateFilesResult global::Anthem.Label
lblMigratePages global::System.Web.UI.WebControls.Literal
lblMigratePagesResult global::Anthem.Label
lblMigrateUsers global::System.Web.UI.WebControls.Literal
lblMigrateUsersInfo global::System.Web.UI.WebControls.Literal
lblMigrateUsersResult global::Anthem.Label
lblMigrationInfo global::System.Web.UI.WebControls.Literal
lblProviderConfigHelp global::Anthem.Label
lblProviderDll global::System.Web.UI.WebControls.Literal
lblProviderName global::System.Web.UI.WebControls.Literal
lblProviders global::System.Web.UI.WebControls.Literal
lblResult global::Anthem.Label
lblSettingsSource global::Anthem.Label
lblUploadInfo global::System.Web.UI.WebControls.Literal
lblUploadNewDll global::System.Web.UI.WebControls.Literal
lblUploadProvidersTitle global::System.Web.UI.WebControls.Literal
lblUploadResult global::Anthem.Label
lstCacheProvider global::ScrewTurn.Wiki.ProviderSelector
lstDlls global::Anthem.DropDownList
lstFilesDestination global::Anthem.DropDownList
lstFilesProvider global::ScrewTurn.Wiki.ProviderSelector
lstFilesSource global::Anthem.DropDownList
lstPagesDestination global::Anthem.DropDownList
lstPagesProvider global::ScrewTurn.Wiki.ProviderSelector
lstPagesSource global::Anthem.DropDownList
lstSettingsDestination global::Anthem.DropDownList
lstUsersDestination global::Anthem.DropDownList
lstUsersProvider global::ScrewTurn.Wiki.ProviderSelector
lstUsersSource global::Anthem.DropDownList
pnlList global::Anthem.Panel
pnlProviderDetails global::Anthem.Panel
rdoCache global::Anthem.RadioButton
rdoFiles global::Anthem.RadioButton
rdoFormatter global::Anthem.RadioButton
rdoPages global::Anthem.RadioButton
rdoUsers global::Anthem.RadioButton
rptProviders global::Anthem.Repeater
txtConfigurationString global::Anthem.TextBox
txtCurrentProvider global::Anthem.HiddenField
txtSettingsDestinationConfig global::Anthem.TextBox
upDll global::Anthem.FileUpload

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnAutoUpdateProviders_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnCopySettings_Click ( object sender, EventArgs e ) : void
btnDeleteDll_Click ( object sender, EventArgs e ) : void
btnDisable_Click ( object sender, EventArgs e ) : void
btnEnable_Click ( object sender, EventArgs e ) : void
btnMigrateFiles_Click ( object sender, EventArgs e ) : void
btnMigratePages_Click ( object sender, EventArgs e ) : void
btnMigrateUsers_Click ( object sender, EventArgs e ) : void
btnSaveDefaultProviders_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUnload_Click ( object sender, EventArgs e ) : void
btnUpload_Click ( object sender, EventArgs e ) : void
lstDlls_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstFilesSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstPagesSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstSettingsDestination_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstUsersSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
rdo_CheckedChanged ( object sender, EventArgs e ) : void
rptProviders_DataBinding ( object sender, EventArgs e ) : void
rptProviders_ItemCommand ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void

Приватные методы

Метод Описание
GetCurrentProvider ( bool &enabled, bool &canDisable ) : IProviderV30

Gets the currently selected provider.

GetUpdateStatus ( ComponentInformation info ) : string

Gets the update status of a provider.

IsUsersProviderFullWriteEnabled ( IUsersStorageProviderV30 provider ) : bool

Detects whether a users storage provider fully supports writing to all managed data.

LoadDlls ( ) : void

Loads all the providers' DLLs.

LoadSourceProviders ( ) : void

Loads source providers for data migration.

PerformPostProviderChangeActions ( ) : void

Performs all the actions that are needed after a provider status is changed.

ReloadDefaultProviders ( ) : void

Reloads the default providers.

ResetEditor ( ) : void

Resets the editor.

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnAutoUpdateProviders_Click() защищенный Метод

protected btnAutoUpdateProviders_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnCancel_Click() защищенный Метод

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnCopySettings_Click() защищенный Метод

protected btnCopySettings_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnDeleteDll_Click() защищенный Метод

protected btnDeleteDll_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnDisable_Click() защищенный Метод

protected btnDisable_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnEnable_Click() защищенный Метод

protected btnEnable_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnMigrateFiles_Click() защищенный Метод

protected btnMigrateFiles_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnMigratePages_Click() защищенный Метод

protected btnMigratePages_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnMigrateUsers_Click() защищенный Метод

protected btnMigrateUsers_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnSaveDefaultProviders_Click() защищенный Метод

protected btnSaveDefaultProviders_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnSave_Click() защищенный Метод

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnUnload_Click() защищенный Метод

protected btnUnload_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

btnUpload_Click() защищенный Метод

protected btnUpload_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

lstDlls_SelectedIndexChanged() защищенный Метод

protected lstDlls_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

lstFilesSource_SelectedIndexChanged() защищенный Метод

protected lstFilesSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

lstPagesSource_SelectedIndexChanged() защищенный Метод

protected lstPagesSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

lstSettingsDestination_SelectedIndexChanged() защищенный Метод

protected lstSettingsDestination_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

lstUsersSource_SelectedIndexChanged() защищенный Метод

protected lstUsersSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

rdo_CheckedChanged() защищенный Метод

protected rdo_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

rptProviders_DataBinding() защищенный Метод

protected rptProviders_DataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

rptProviders_ItemCommand() защищенный Метод

protected rptProviders_ItemCommand ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.CommandEventArgs
Результат void

Описание свойств

btnAutoUpdateProviders защищенное свойство

btnAutoUpdateProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnAutoUpdateProviders
Результат global::Anthem.Button

btnCancel защищенное свойство

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnCancel
Результат global::Anthem.Button

btnCopySettings защищенное свойство

btnCopySettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnCopySettings
Результат global::Anthem.Button

btnDeleteDll защищенное свойство

btnDeleteDll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDeleteDll
Результат global::Anthem.Button

btnDisable защищенное свойство

btnDisable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDisable
Результат global::Anthem.Button

btnEnable защищенное свойство

btnEnable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnEnable
Результат global::Anthem.Button

btnMigrateFiles защищенное свойство

btnMigrateFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnMigrateFiles
Результат global::Anthem.Button

btnMigratePages защищенное свойство

btnMigratePages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnMigratePages
Результат global::Anthem.Button

btnMigrateUsers защищенное свойство

btnMigrateUsers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnMigrateUsers
Результат global::Anthem.Button

btnSave защищенное свойство

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnSave
Результат global::Anthem.Button

btnSaveDefaultProviders защищенное свойство

btnSaveDefaultProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnSaveDefaultProviders
Результат global::Anthem.Button

btnUnload защищенное свойство

btnUnload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnUnload
Результат global::Anthem.Button

btnUpload защищенное свойство

btnUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnUpload
Результат global::Anthem.Button

lblAutoUpdateResult защищенное свойство

lblAutoUpdateResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblAutoUpdateResult
Результат global::Anthem.Label

lblCannotDisable защищенное свойство

lblCannotDisable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblCannotDisable
Результат global::Anthem.Label

lblConfigHelp защищенное свойство

lblConfigHelp control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblConfigHelp
Результат global::System.Web.UI.WebControls.Literal

lblConfigurationStringTitle защищенное свойство

lblConfigurationStringTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblConfigurationStringTitle
Результат global::System.Web.UI.WebControls.Literal

lblCopySettings защищенное свойство

lblCopySettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblCopySettings
Результат global::System.Web.UI.WebControls.Literal

lblCopySettingsDestinationConfig защищенное свойство

lblCopySettingsDestinationConfig control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblCopySettingsDestinationConfig
Результат global::System.Web.UI.WebControls.Literal

lblCopySettingsInfo защищенное свойство

lblCopySettingsInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblCopySettingsInfo
Результат global::System.Web.UI.WebControls.Literal

lblCopySettingsResult защищенное свойство

lblCopySettingsResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblCopySettingsResult
Результат global::Anthem.Label

lblDataMigration защищенное свойство

lblDataMigration control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDataMigration
Результат global::System.Web.UI.WebControls.Literal

lblDefaultProvCache защищенное свойство

lblDefaultProvCache control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDefaultProvCache
Результат global::System.Web.UI.WebControls.Literal

lblDefaultProvFiles защищенное свойство

lblDefaultProvFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDefaultProvFiles
Результат global::System.Web.UI.WebControls.Literal

lblDefaultProvPages защищенное свойство

lblDefaultProvPages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDefaultProvPages
Результат global::System.Web.UI.WebControls.Literal

lblDefaultProvUsers защищенное свойство

lblDefaultProvUsers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDefaultProvUsers
Результат global::System.Web.UI.WebControls.Literal

lblDefaultProvidersResult защищенное свойство

lblDefaultProvidersResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblDefaultProvidersResult
Результат global::Anthem.Label

lblDefaultProvidersTitle защищенное свойство

lblDefaultProvidersTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDefaultProvidersTitle
Результат global::System.Web.UI.WebControls.Literal

lblDisplay защищенное свойство

lblDisplay control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblDisplay
Результат global::System.Web.UI.WebControls.Literal

lblDllResult защищенное свойство

lblDllResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblDllResult
Результат global::Anthem.Label

lblMigrateFiles защищенное свойство

lblMigrateFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblMigrateFiles
Результат global::System.Web.UI.WebControls.Literal

lblMigrateFilesResult защищенное свойство

lblMigrateFilesResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblMigrateFilesResult
Результат global::Anthem.Label

lblMigratePages защищенное свойство

lblMigratePages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblMigratePages
Результат global::System.Web.UI.WebControls.Literal

lblMigratePagesResult защищенное свойство

lblMigratePagesResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblMigratePagesResult
Результат global::Anthem.Label

lblMigrateUsers защищенное свойство

lblMigrateUsers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblMigrateUsers
Результат global::System.Web.UI.WebControls.Literal

lblMigrateUsersInfo защищенное свойство

lblMigrateUsersInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblMigrateUsersInfo
Результат global::System.Web.UI.WebControls.Literal

lblMigrateUsersResult защищенное свойство

lblMigrateUsersResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblMigrateUsersResult
Результат global::Anthem.Label

lblMigrationInfo защищенное свойство

lblMigrationInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblMigrationInfo
Результат global::System.Web.UI.WebControls.Literal

lblProviderConfigHelp защищенное свойство

lblProviderConfigHelp control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblProviderConfigHelp
Результат global::Anthem.Label

lblProviderDll защищенное свойство

lblProviderDll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblProviderDll
Результат global::System.Web.UI.WebControls.Literal

lblProviderName защищенное свойство

lblProviderName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblProviderName
Результат global::System.Web.UI.WebControls.Literal

lblProviders защищенное свойство

lblProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblProviders
Результат global::System.Web.UI.WebControls.Literal

lblResult защищенное свойство

lblResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblResult
Результат global::Anthem.Label

lblSettingsSource защищенное свойство

lblSettingsSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblSettingsSource
Результат global::Anthem.Label

lblUploadInfo защищенное свойство

lblUploadInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblUploadInfo
Результат global::System.Web.UI.WebControls.Literal

lblUploadNewDll защищенное свойство

lblUploadNewDll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblUploadNewDll
Результат global::System.Web.UI.WebControls.Literal

lblUploadProvidersTitle защищенное свойство

lblUploadProvidersTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblUploadProvidersTitle
Результат global::System.Web.UI.WebControls.Literal

lblUploadResult защищенное свойство

lblUploadResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblUploadResult
Результат global::Anthem.Label

lstCacheProvider защищенное свойство

lstCacheProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstCacheProvider
Результат global::ScrewTurn.Wiki.ProviderSelector

lstDlls защищенное свойство

lstDlls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstDlls
Результат global::Anthem.DropDownList

lstFilesDestination защищенное свойство

lstFilesDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstFilesDestination
Результат global::Anthem.DropDownList

lstFilesProvider защищенное свойство

lstFilesProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstFilesProvider
Результат global::ScrewTurn.Wiki.ProviderSelector

lstFilesSource защищенное свойство

lstFilesSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstFilesSource
Результат global::Anthem.DropDownList

lstPagesDestination защищенное свойство

lstPagesDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstPagesDestination
Результат global::Anthem.DropDownList

lstPagesProvider защищенное свойство

lstPagesProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstPagesProvider
Результат global::ScrewTurn.Wiki.ProviderSelector

lstPagesSource защищенное свойство

lstPagesSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstPagesSource
Результат global::Anthem.DropDownList

lstSettingsDestination защищенное свойство

lstSettingsDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstSettingsDestination
Результат global::Anthem.DropDownList

lstUsersDestination защищенное свойство

lstUsersDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstUsersDestination
Результат global::Anthem.DropDownList

lstUsersProvider защищенное свойство

lstUsersProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstUsersProvider
Результат global::ScrewTurn.Wiki.ProviderSelector

lstUsersSource защищенное свойство

lstUsersSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstUsersSource
Результат global::Anthem.DropDownList

pnlList защищенное свойство

pnlList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlList
Результат global::Anthem.Panel

pnlProviderDetails защищенное свойство

pnlProviderDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlProviderDetails
Результат global::Anthem.Panel

rdoCache защищенное свойство

rdoCache control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoCache
Результат global::Anthem.RadioButton

rdoFiles защищенное свойство

rdoFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoFiles
Результат global::Anthem.RadioButton

rdoFormatter защищенное свойство

rdoFormatter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoFormatter
Результат global::Anthem.RadioButton

rdoPages защищенное свойство

rdoPages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoPages
Результат global::Anthem.RadioButton

rdoUsers защищенное свойство

rdoUsers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoUsers
Результат global::Anthem.RadioButton

rptProviders защищенное свойство

rptProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Repeater rptProviders
Результат global::Anthem.Repeater

txtConfigurationString защищенное свойство

txtConfigurationString control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtConfigurationString
Результат global::Anthem.TextBox

txtCurrentProvider защищенное свойство

txtCurrentProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.HiddenField txtCurrentProvider
Результат global::Anthem.HiddenField

txtSettingsDestinationConfig защищенное свойство

txtSettingsDestinationConfig control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtSettingsDestinationConfig
Результат global::Anthem.TextBox

upDll защищенное свойство

upDll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.FileUpload upDll
Результат global::Anthem.FileUpload