C# Class ScrewTurn.Wiki.Import

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
Button1 global::System.Web.UI.WebControls.Button
btnGoPage global::System.Web.UI.WebControls.Button
btnGoWiki global::System.Web.UI.WebControls.Button
btnTranslateAll global::System.Web.UI.WebControls.Button
lblImport global::System.Web.UI.WebControls.Literal
lblImportDescription global::System.Web.UI.WebControls.Literal
lblOperationDescription global::System.Web.UI.WebControls.Literal
lblPage global::System.Web.UI.WebControls.Literal
lblPageList global::System.Web.UI.WebControls.Label
lblPageName global::System.Web.UI.WebControls.Literal
lblPageUrl global::System.Web.UI.WebControls.Literal
lblResult global::System.Web.UI.WebControls.Literal
lblText global::System.Web.UI.WebControls.Literal
lblTranslated global::System.Web.UI.WebControls.Literal
lblWiki global::System.Web.UI.WebControls.Literal
lblWikiDescription global::System.Web.UI.WebControls.Literal
lblWikiUrl global::System.Web.UI.WebControls.Literal
lstOperation global::System.Web.UI.WebControls.RadioButtonList
lstWiki global::System.Web.UI.WebControls.RadioButtonList
mlwImport global::System.Web.UI.WebControls.MultiView
pageList global::System.Web.UI.WebControls.CheckBoxList
pageList_div global::System.Web.UI.HtmlControls.HtmlGenericControl
txtPageName global::System.Web.UI.WebControls.TextBox
txtPageUrl global::System.Web.UI.WebControls.TextBox
txtProxyAddress global::System.Web.UI.WebControls.TextBox
txtProxyPort global::System.Web.UI.WebControls.TextBox
txtText global::System.Web.UI.WebControls.TextBox
txtTranslated global::System.Web.UI.WebControls.TextBox
txtWikiUrl global::System.Web.UI.WebControls.TextBox
viewTranslated global::System.Web.UI.WebControls.View
viwPage global::System.Web.UI.WebControls.View
viwText global::System.Web.UI.WebControls.View
viwWiki global::System.Web.UI.WebControls.View

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnGo_click ( object sender, EventArgs e ) : void
btnTranslateAll_click ( object sender, EventArgs e ) : void
lstOperation_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstWiki_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
BeginPageRequest ( object sender, EventArgs e, AsyncCallback cb, object state ) : IAsyncResult
BeginPagesListRequest ( object sender, EventArgs e, AsyncCallback cb, object state ) : IAsyncResult
EndPageRequest ( IAsyncResult ar ) : void
EndPagesListRequest ( IAsyncResult ar ) : void
GetNamespaces ( string p ) : List
PageDownload ( object sender, EventArgs e, AsyncCallback ac, object state ) : IAsyncResult
PageRequest ( string url ) : string
PartialList ( string pageText, string nameSpace ) : List
SetProxyAndUserAgent ( HttpWebRequest req ) : void
TimeoutPageRequest ( IAsyncResult ar ) : void
endPageDownload ( IAsyncResult ar ) : void
savePage ( string text ) : void

Method Details

Page_Load() protected method

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

btnGo_click() protected method

protected btnGo_click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnTranslateAll_click() protected method

protected btnTranslateAll_click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lstOperation_SelectedIndexChanged() protected method

protected lstOperation_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

lstWiki_SelectedIndexChanged() protected method

protected lstWiki_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Button1 protected_oe property

Button1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button1
return global::System.Web.UI.WebControls.Button

btnGoPage protected_oe property

btnGoPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGoPage
return global::System.Web.UI.WebControls.Button

btnGoWiki protected_oe property

btnGoWiki control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnGoWiki
return global::System.Web.UI.WebControls.Button

btnTranslateAll protected_oe property

btnTranslateAll control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnTranslateAll
return global::System.Web.UI.WebControls.Button

lblImport protected_oe property

lblImport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblImport
return global::System.Web.UI.WebControls.Literal

lblImportDescription protected_oe property

lblImportDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblImportDescription
return global::System.Web.UI.WebControls.Literal

lblOperationDescription protected_oe property

lblOperationDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblOperationDescription
return global::System.Web.UI.WebControls.Literal

lblPage protected_oe property

lblPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPage
return global::System.Web.UI.WebControls.Literal

lblPageList protected_oe property

lblPageList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblPageList
return global::System.Web.UI.WebControls.Label

lblPageName protected_oe property

lblPageName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPageName
return global::System.Web.UI.WebControls.Literal

lblPageUrl protected_oe property

lblPageUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPageUrl
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::System.Web.UI.WebControls.Literal lblResult
return global::System.Web.UI.WebControls.Literal

lblText protected_oe property

lblText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblText
return global::System.Web.UI.WebControls.Literal

lblTranslated protected_oe property

lblTranslated control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblTranslated
return global::System.Web.UI.WebControls.Literal

lblWiki protected_oe property

lblWiki control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblWiki
return global::System.Web.UI.WebControls.Literal

lblWikiDescription protected_oe property

lblWikiDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblWikiDescription
return global::System.Web.UI.WebControls.Literal

lblWikiUrl protected_oe property

lblWikiUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblWikiUrl
return global::System.Web.UI.WebControls.Literal

lstOperation protected_oe property

lstOperation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList lstOperation
return global::System.Web.UI.WebControls.RadioButtonList

lstWiki protected_oe property

lstWiki control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList lstWiki
return global::System.Web.UI.WebControls.RadioButtonList

mlwImport protected_oe property

mlwImport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.MultiView mlwImport
return global::System.Web.UI.WebControls.MultiView

pageList protected_oe property

pageList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBoxList pageList
return global::System.Web.UI.WebControls.CheckBoxList

pageList_div protected_oe property

pageList_div control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl pageList_div
return global::System.Web.UI.HtmlControls.HtmlGenericControl

txtPageName protected_oe property

txtPageName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPageName
return global::System.Web.UI.WebControls.TextBox

txtPageUrl protected_oe property

txtPageUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPageUrl
return global::System.Web.UI.WebControls.TextBox

txtProxyAddress protected_oe property

txtProxyAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtProxyAddress
return global::System.Web.UI.WebControls.TextBox

txtProxyPort protected_oe property

txtProxyPort control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtProxyPort
return global::System.Web.UI.WebControls.TextBox

txtText protected_oe property

txtText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtText
return global::System.Web.UI.WebControls.TextBox

txtTranslated protected_oe property

txtTranslated control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtTranslated
return global::System.Web.UI.WebControls.TextBox

txtWikiUrl protected_oe property

txtWikiUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtWikiUrl
return global::System.Web.UI.WebControls.TextBox

viewTranslated protected_oe property

viewTranslated control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viewTranslated
return global::System.Web.UI.WebControls.View

viwPage protected_oe property

viwPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viwPage
return global::System.Web.UI.WebControls.View

viwText protected_oe property

viwText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viwText
return global::System.Web.UI.WebControls.View

viwWiki protected_oe property

viwWiki control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.View viwWiki
return global::System.Web.UI.WebControls.View