C# Class CMS_Migration_Utility.formMigration

Inheritance: System.Windows.Forms.Form
Show file Open project: EEREweb/CMS-MigrationUtility

Private Properties

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

Public Methods

Method Description
AllIndexesOf ( string sourceString, string subString ) : IEnumerable
formMigration ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

AllIndexesOf() public method

public AllIndexesOf ( string sourceString, string subString ) : IEnumerable
sourceString string
subString string
return IEnumerable

Dispose() protected method

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

formMigration() public method

public formMigration ( ) : System
return System