C# Class Internet.LRRChecker.Feed

Mostrar archivo Open project: MatthewCox/MoronBot

Public Properties

Property Type Description
LastCheck System.DateTime
LastUpdate System.DateTime
LatestLink string
LatestTitle string
URL string

Public Methods

Method Description
Feed ( string url, System.DateTime lastUpdate ) : System

Method Details

Feed() public method

public Feed ( string url, System.DateTime lastUpdate ) : System
url string
lastUpdate System.DateTime
return System

Property Details

LastCheck public_oe property

public DateTime,System LastCheck
return System.DateTime

LastUpdate public_oe property

public DateTime,System LastUpdate
return System.DateTime

LatestLink public_oe property

public string LatestLink
return string

LatestTitle public_oe property

public string LatestTitle
return string

URL public_oe property

public string URL
return string