C# Class SeoEmpire.Utils.PageParser

Show file Open project: akellan/SeoEmpire Class Usage Examples

Public Properties

Property Type Description
MDate System.Text.RegularExpressions.Match
MImages System.Text.RegularExpressions.MatchCollection
MText System.Text.RegularExpressions.Match
MTitle System.Text.RegularExpressions.Match
SavePath string
_downloadErrorCount int

Public Methods

Method Description
GetImage ( Uri path, string savePath ) : void
InvokeParse ( object sender, System.Timers.ElapsedEventArgs e ) : void
Parse ( object sender, System.Timers.ElapsedEventArgs e ) : void
Save ( object article ) : void

Private Methods

Method Description
IsExist ( Uri uri ) : bool

Method Details

GetImage() public method

public GetImage ( Uri path, string savePath ) : void
path System.Uri
savePath string
return void

InvokeParse() public method

public InvokeParse ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void

Parse() public method

public Parse ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void

Save() public method

public Save ( object article ) : void
article object
return void

Property Details

MDate public property

public Match,System.Text.RegularExpressions MDate
return System.Text.RegularExpressions.Match

MImages public property

public MatchCollection,System.Text.RegularExpressions MImages
return System.Text.RegularExpressions.MatchCollection

MText public property

public Match,System.Text.RegularExpressions MText
return System.Text.RegularExpressions.Match

MTitle public property

public Match,System.Text.RegularExpressions MTitle
return System.Text.RegularExpressions.Match

SavePath public property

public string SavePath
return string

_downloadErrorCount public property

public int _downloadErrorCount
return int