C# 클래스 CMS_Migration_Utility.formMigration

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: EEREweb/CMS-MigrationUtility

Private Properties

프로퍼티 타입 설명
ExtractCenterContent string
GetNodeID string
GetURLContents string
InitializeComponent void
IsValidLink bool
OpenCMSPage void
ReplaceURLs int
StripAttributes void
StripTags void
SwapTags void
btnClear_Click void
btnLoadURL_Click void
btnOpen_Click void
btnScrub_Click void
cbCenter_Checked void
cbEdit_Checked void
txtInput_TextChanged void
txtOriginal_MouseDown void
txtOutput_MouseDown void

공개 메소드들

메소드 설명
AllIndexesOf ( string sourceString, string subString ) : IEnumerable
formMigration ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ExtractCenterContent ( string htmlContent ) : string
GetNodeID ( string webURL ) : string
GetURLContents ( string webURL ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsValidLink ( string lookupText ) : bool
OpenCMSPage ( ) : void
ReplaceURLs ( ) : int
StripAttributes ( ) : void
StripTags ( ) : void
SwapTags ( ) : void
btnClear_Click ( object sender, EventArgs e ) : void
btnLoadURL_Click ( object sender, EventArgs e ) : void
btnOpen_Click ( object sender, EventArgs e ) : void
btnScrub_Click ( object sender, EventArgs e ) : void
cbCenter_Checked ( object sender, EventArgs e ) : void
cbEdit_Checked ( object sender, EventArgs e ) : void
txtInput_TextChanged ( object sender, EventArgs e ) : void
txtOriginal_MouseDown ( object sender, MouseEventArgs e ) : void
txtOutput_MouseDown ( object sender, MouseEventArgs e ) : void

메소드 상세

AllIndexesOf() 공개 메소드

public AllIndexesOf ( string sourceString, string subString ) : IEnumerable
sourceString string
subString string
리턴 IEnumerable

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

formMigration() 공개 메소드

public formMigration ( ) : System
리턴 System