C# Class SeoEmpire.Utils.PageParser

Mostrar archivo 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_oe property

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

MImages public_oe property

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

MText public_oe property

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

MTitle public_oe property

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

SavePath public_oe property

public string SavePath
return string

_downloadErrorCount public_oe property

public int _downloadErrorCount
return int