C# 클래스 ScrewTurn.Wiki.AdminProviders

상속: BasePage
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
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