C# Class SeoEmpire.Utils.PageParser

Afficher le fichier Open project: akellan/SeoEmpire Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

Méthode Description
IsExist ( Uri uri ) : bool

Method Details

GetImage() public méthode

public GetImage ( Uri path, string savePath ) : void
path System.Uri
savePath string
Résultat void

InvokeParse() public méthode

public InvokeParse ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void

Parse() public méthode

public Parse ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void

Save() public méthode

public Save ( object article ) : void
article object
Résultat void

Property Details

MDate public_oe property

public Match,System.Text.RegularExpressions MDate
Résultat System.Text.RegularExpressions.Match

MImages public_oe property

public MatchCollection,System.Text.RegularExpressions MImages
Résultat System.Text.RegularExpressions.MatchCollection

MText public_oe property

public Match,System.Text.RegularExpressions MText
Résultat System.Text.RegularExpressions.Match

MTitle public_oe property

public Match,System.Text.RegularExpressions MTitle
Résultat System.Text.RegularExpressions.Match

SavePath public_oe property

public string SavePath
Résultat string

_downloadErrorCount public_oe property

public int _downloadErrorCount
Résultat int