C# Class OpenTween.PostClassTest.TestPostClass

Inheritance: OpenTween.PostClass
Afficher le fichier Open project: rhenium/OpenTween

Méthodes publiques

Méthode Description
TestPostClass ( string Nickname = null, string textFromApi = null, string text = null, string ImageUrl = null, string screenName = null, System.DateTime createdAt = newDateTime(), long statusId = 0L, bool IsFav = false, bool IsRead = false, bool IsReply = false, bool IsExcludeReply = false, bool IsProtect = false, bool IsOwl = false, bool IsMark = false, string InReplyToUser = null, long InReplyToStatusId = 0L, string Source = null, string SourceHtml = null, List ReplyToList = null, bool IsMe = false, bool IsDm = false, long userId = 0L, bool FilterHit = false, string RetweetedBy = null, long RetweetedId = 0L, StatusGeo Geo = null ) : System

Méthodes protégées

Méthode Description
GetRetweetSource ( long statusId ) : OpenTween.PostClass

Method Details

GetRetweetSource() protected méthode

protected GetRetweetSource ( long statusId ) : OpenTween.PostClass
statusId long
Résultat OpenTween.PostClass

TestPostClass() public méthode

public TestPostClass ( string Nickname = null, string textFromApi = null, string text = null, string ImageUrl = null, string screenName = null, System.DateTime createdAt = newDateTime(), long statusId = 0L, bool IsFav = false, bool IsRead = false, bool IsReply = false, bool IsExcludeReply = false, bool IsProtect = false, bool IsOwl = false, bool IsMark = false, string InReplyToUser = null, long InReplyToStatusId = 0L, string Source = null, string SourceHtml = null, List ReplyToList = null, bool IsMe = false, bool IsDm = false, long userId = 0L, bool FilterHit = false, string RetweetedBy = null, long RetweetedId = 0L, StatusGeo Geo = null ) : System
Nickname string
textFromApi string
text string
ImageUrl string
screenName string
createdAt System.DateTime
statusId long
IsFav bool
IsRead bool
IsReply bool
IsExcludeReply bool
IsProtect bool
IsOwl bool
IsMark bool
InReplyToUser string
InReplyToStatusId long
Source string
SourceHtml string
ReplyToList List
IsMe bool
IsDm bool
userId long
FilterHit bool
RetweetedBy string
RetweetedId long
Geo StatusGeo
Résultat System