C# 클래스 SeoEmpire.Utils.PageParser

파일 보기 프로젝트 열기: akellan/SeoEmpire 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MDate System.Text.RegularExpressions.Match
MImages System.Text.RegularExpressions.MatchCollection
MText System.Text.RegularExpressions.Match
MTitle System.Text.RegularExpressions.Match
SavePath string
_downloadErrorCount int

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsExist ( Uri uri ) : bool

메소드 상세

GetImage() 공개 메소드

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

InvokeParse() 공개 메소드

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

Parse() 공개 메소드

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

Save() 공개 메소드

public Save ( object article ) : void
article object
리턴 void

프로퍼티 상세

MDate 공개적으로 프로퍼티

public Match,System.Text.RegularExpressions MDate
리턴 System.Text.RegularExpressions.Match

MImages 공개적으로 프로퍼티

public MatchCollection,System.Text.RegularExpressions MImages
리턴 System.Text.RegularExpressions.MatchCollection

MText 공개적으로 프로퍼티

public Match,System.Text.RegularExpressions MText
리턴 System.Text.RegularExpressions.Match

MTitle 공개적으로 프로퍼티

public Match,System.Text.RegularExpressions MTitle
리턴 System.Text.RegularExpressions.Match

SavePath 공개적으로 프로퍼티

public string SavePath
리턴 string

_downloadErrorCount 공개적으로 프로퍼티

public int _downloadErrorCount
리턴 int