C# Class Ada.Questions.PostFetcher

Datei anzeigen Open project: yvettec/Dupes

Public Methods

Method Description
GetQuestion ( ActiveQuestion activeQuestion ) : Question
GetQuestion ( string postUrl ) : Question
ParsePostLink ( string postUrl, string &host, uint &id ) : void

Private Methods

Method Description
StripTags ( string source ) : string
TrimUrl ( string url ) : string

Method Details

GetQuestion() public static method

public static GetQuestion ( ActiveQuestion activeQuestion ) : Question
activeQuestion ActiveQuestion
return Question

GetQuestion() public static method

public static GetQuestion ( string postUrl ) : Question
postUrl string
return Question

ParsePostLink() public static method

public static ParsePostLink ( string postUrl, string &host, uint &id ) : void
postUrl string
host string
id uint
return void