C# Class CMS_Migration_Utility.formMigration

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: EEREweb/CMS-MigrationUtility

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
AllIndexesOf ( string sourceString, string subString ) : IEnumerable
formMigration ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AllIndexesOf ( string sourceString, string subString ) : IEnumerable
sourceString string
subString string
Résultat IEnumerable

Dispose() protected méthode

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

formMigration() public méthode

public formMigration ( ) : System
Résultat System