C# Class TBID.ImagePost

Afficher le fichier Open project: MoeChezzy/TBID

Méthodes publiques

Свойство Type Description
BlogUrl string
Id int
ImageUrl string

Méthodes publiques

Méthode Description
CreateImagePostsFromResponse ( string response ) : List
ImagePost ( string url, int id, string blogUrl ) : System

Method Details

CreateImagePostsFromResponse() public static méthode

public static CreateImagePostsFromResponse ( string response ) : List
response string
Résultat List

ImagePost() public méthode

public ImagePost ( string url, int id, string blogUrl ) : System
url string
id int
blogUrl string
Résultat System

Property Details

BlogUrl public_oe property

public string BlogUrl
Résultat string

Id public_oe property

public int Id
Résultat int

ImageUrl public_oe property

public string ImageUrl
Résultat string