C# Class ScrewTurn.Wiki.AdminProviders

Inheritance: BasePage
显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
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.

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnAutoUpdateProviders_Click() protected method

protected btnAutoUpdateProviders_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnCancel_Click() protected method

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnCopySettings_Click() protected method

protected btnCopySettings_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnDeleteDll_Click() protected method

protected btnDeleteDll_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnDisable_Click() protected method

protected btnDisable_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnEnable_Click() protected method

protected btnEnable_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnMigrateFiles_Click() protected method

protected btnMigrateFiles_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnMigratePages_Click() protected method

protected btnMigratePages_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnMigrateUsers_Click() protected method

protected btnMigrateUsers_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSaveDefaultProviders_Click() protected method

protected btnSaveDefaultProviders_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnSave_Click() protected method

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnUnload_Click() protected method

protected btnUnload_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnUpload_Click() protected method

protected btnUpload_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lstDlls_SelectedIndexChanged() protected method

protected lstDlls_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lstFilesSource_SelectedIndexChanged() protected method

protected lstFilesSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lstPagesSource_SelectedIndexChanged() protected method

protected lstPagesSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lstSettingsDestination_SelectedIndexChanged() protected method

protected lstSettingsDestination_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lstUsersSource_SelectedIndexChanged() protected method

protected lstUsersSource_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rdo_CheckedChanged() protected method

protected rdo_CheckedChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptProviders_DataBinding() protected method

protected rptProviders_DataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptProviders_ItemCommand() protected method

protected rptProviders_ItemCommand ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.CommandEventArgs
return void

Property Details

btnAutoUpdateProviders protected_oe property

btnAutoUpdateProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnAutoUpdateProviders
return global::Anthem.Button

btnCancel protected_oe property

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnCancel
return global::Anthem.Button

btnCopySettings protected_oe property

btnCopySettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnCopySettings
return global::Anthem.Button

btnDeleteDll protected_oe property

btnDeleteDll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDeleteDll
return global::Anthem.Button

btnDisable protected_oe property

btnDisable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnDisable
return global::Anthem.Button

btnEnable protected_oe property

btnEnable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnEnable
return global::Anthem.Button

btnMigrateFiles protected_oe property

btnMigrateFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnMigrateFiles
return global::Anthem.Button

btnMigratePages protected_oe property

btnMigratePages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnMigratePages
return global::Anthem.Button

btnMigrateUsers protected_oe property

btnMigrateUsers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnMigrateUsers
return global::Anthem.Button

btnSave protected_oe property

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnSave
return global::Anthem.Button

btnSaveDefaultProviders protected_oe property

btnSaveDefaultProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnSaveDefaultProviders
return global::Anthem.Button

btnUnload protected_oe property

btnUnload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnUnload
return global::Anthem.Button

btnUpload protected_oe property

btnUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnUpload
return global::Anthem.Button

lblAutoUpdateResult protected_oe property

lblAutoUpdateResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblAutoUpdateResult
return global::Anthem.Label

lblCannotDisable protected_oe property

lblCannotDisable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblCannotDisable
return global::Anthem.Label

lblConfigHelp protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblConfigurationStringTitle protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblCopySettings protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblCopySettingsDestinationConfig protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblCopySettingsInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblCopySettingsResult protected_oe property

lblCopySettingsResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblCopySettingsResult
return global::Anthem.Label

lblDataMigration protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblDefaultProvCache protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblDefaultProvFiles protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblDefaultProvPages protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblDefaultProvUsers protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblDefaultProvidersResult protected_oe property

lblDefaultProvidersResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblDefaultProvidersResult
return global::Anthem.Label

lblDefaultProvidersTitle protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblDisplay protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblDllResult protected_oe property

lblDllResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblDllResult
return global::Anthem.Label

lblMigrateFiles protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblMigrateFilesResult protected_oe property

lblMigrateFilesResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblMigrateFilesResult
return global::Anthem.Label

lblMigratePages protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblMigratePagesResult protected_oe property

lblMigratePagesResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblMigratePagesResult
return global::Anthem.Label

lblMigrateUsers protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblMigrateUsersInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblMigrateUsersResult protected_oe property

lblMigrateUsersResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblMigrateUsersResult
return global::Anthem.Label

lblMigrationInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblProviderConfigHelp protected_oe property

lblProviderConfigHelp control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblProviderConfigHelp
return global::Anthem.Label

lblProviderDll protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblProviderName protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblProviders protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblResult protected_oe property

lblResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblResult
return global::Anthem.Label

lblSettingsSource protected_oe property

lblSettingsSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblSettingsSource
return global::Anthem.Label

lblUploadInfo protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblUploadNewDll protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblUploadProvidersTitle protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblUploadResult protected_oe property

lblUploadResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblUploadResult
return global::Anthem.Label

lstCacheProvider protected_oe property

lstCacheProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstCacheProvider
return global::ScrewTurn.Wiki.ProviderSelector

lstDlls protected_oe property

lstDlls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstDlls
return global::Anthem.DropDownList

lstFilesDestination protected_oe property

lstFilesDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstFilesDestination
return global::Anthem.DropDownList

lstFilesProvider protected_oe property

lstFilesProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstFilesProvider
return global::ScrewTurn.Wiki.ProviderSelector

lstFilesSource protected_oe property

lstFilesSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstFilesSource
return global::Anthem.DropDownList

lstPagesDestination protected_oe property

lstPagesDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstPagesDestination
return global::Anthem.DropDownList

lstPagesProvider protected_oe property

lstPagesProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstPagesProvider
return global::ScrewTurn.Wiki.ProviderSelector

lstPagesSource protected_oe property

lstPagesSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstPagesSource
return global::Anthem.DropDownList

lstSettingsDestination protected_oe property

lstSettingsDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstSettingsDestination
return global::Anthem.DropDownList

lstUsersDestination protected_oe property

lstUsersDestination control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstUsersDestination
return global::Anthem.DropDownList

lstUsersProvider protected_oe property

lstUsersProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector lstUsersProvider
return global::ScrewTurn.Wiki.ProviderSelector

lstUsersSource protected_oe property

lstUsersSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstUsersSource
return global::Anthem.DropDownList

pnlList protected_oe property

pnlList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlList
return global::Anthem.Panel

pnlProviderDetails protected_oe property

pnlProviderDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlProviderDetails
return global::Anthem.Panel

rdoCache protected_oe property

rdoCache control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoCache
return global::Anthem.RadioButton

rdoFiles protected_oe property

rdoFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoFiles
return global::Anthem.RadioButton

rdoFormatter protected_oe property

rdoFormatter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoFormatter
return global::Anthem.RadioButton

rdoPages protected_oe property

rdoPages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoPages
return global::Anthem.RadioButton

rdoUsers protected_oe property

rdoUsers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.RadioButton rdoUsers
return global::Anthem.RadioButton

rptProviders protected_oe property

rptProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Repeater rptProviders
return global::Anthem.Repeater

txtConfigurationString protected_oe property

txtConfigurationString control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtConfigurationString
return global::Anthem.TextBox

txtCurrentProvider protected_oe property

txtCurrentProvider control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.HiddenField txtCurrentProvider
return global::Anthem.HiddenField

txtSettingsDestinationConfig protected_oe property

txtSettingsDestinationConfig control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtSettingsDestinationConfig
return global::Anthem.TextBox

upDll protected_oe property

upDll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.FileUpload upDll
return global::Anthem.FileUpload