C# 클래스 ScrewTurn.Wiki.Import

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

보호된 프로퍼티들

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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnGo_click() 보호된 메소드

protected btnGo_click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnTranslateAll_click() 보호된 메소드

protected btnTranslateAll_click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

lstOperation_SelectedIndexChanged() 보호된 메소드

protected lstOperation_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

lstWiki_SelectedIndexChanged() 보호된 메소드

protected lstWiki_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

Button1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

btnGoPage 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

btnGoWiki 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

btnTranslateAll 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

lblImport 보호되어 있는 프로퍼티

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

lblImportDescription 보호되어 있는 프로퍼티

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

lblOperationDescription 보호되어 있는 프로퍼티

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

lblPage 보호되어 있는 프로퍼티

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

lblPageList 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

lblPageName 보호되어 있는 프로퍼티

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

lblPageUrl 보호되어 있는 프로퍼티

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

lblText 보호되어 있는 프로퍼티

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

lblTranslated 보호되어 있는 프로퍼티

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

lblWiki 보호되어 있는 프로퍼티

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

lblWikiDescription 보호되어 있는 프로퍼티

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

lblWikiUrl 보호되어 있는 프로퍼티

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

lstOperation 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RadioButtonList

lstWiki 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.RadioButtonList

mlwImport 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.MultiView

pageList 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.CheckBoxList

pageList_div 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

txtPageName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtPageUrl 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtProxyAddress 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtProxyPort 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtText 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtTranslated 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

txtWikiUrl 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

viewTranslated 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.View

viwPage 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.View

viwText 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.View

viwWiki 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.View