C# Class TBID.ImagePost

Datei anzeigen Open project: MoeChezzy/TBID

Public Properties

Property Type Description
BlogUrl string
Id int
ImageUrl string

Public Methods

Method Description
CreateImagePostsFromResponse ( string response ) : List
ImagePost ( string url, int id, string blogUrl ) : System

Method Details

CreateImagePostsFromResponse() public static method

public static CreateImagePostsFromResponse ( string response ) : List
response string
return List

ImagePost() public method

public ImagePost ( string url, int id, string blogUrl ) : System
url string
id int
blogUrl string
return System

Property Details

BlogUrl public_oe property

public string BlogUrl
return string

Id public_oe property

public int Id
return int

ImageUrl public_oe property

public string ImageUrl
return string