C# Class TumblrAPI.PostItems.Video

Inheritance: PostItemBase
Afficher le fichier Open project: jthigpen/TumblrAPI.NET

Méthodes publiques

Méthode Description
Video ( ) : System.Collections.Generic
Video ( string embed ) : System.Collections.Generic
Video ( string embed, string title ) : System.Collections.Generic
Video ( string embed, string title, string caption ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GetPostItemsInternal ( ) : string>.Dictionary

Method Details

GetPostItemsInternal() protected méthode

protected GetPostItemsInternal ( ) : string>.Dictionary
Résultat string>.Dictionary

Video() public méthode

public Video ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Video() public méthode

public Video ( string embed ) : System.Collections.Generic
embed string
Résultat System.Collections.Generic

Video() public méthode

public Video ( string embed, string title ) : System.Collections.Generic
embed string
title string
Résultat System.Collections.Generic

Video() public méthode

public Video ( string embed, string title, string caption ) : System.Collections.Generic
embed string
title string
caption string
Résultat System.Collections.Generic