C# Class TBID.ImagePost

Show file 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 property

public string BlogUrl
return string

Id public property

public int Id
return int

ImageUrl public property

public string ImageUrl
return string