C# Class OpenTween.PostClassTest.TestPostClass

Inheritance: OpenTween.PostClass
Datei anzeigen Open project: rhenium/OpenTween

Public Methods

Method 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

Protected Methods

Method Description
GetRetweetSource ( long statusId ) : OpenTween.PostClass

Method Details

GetRetweetSource() protected method

protected GetRetweetSource ( long statusId ) : OpenTween.PostClass
statusId long
return OpenTween.PostClass

TestPostClass() public method

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
return System