C# Class BoxKite.Twitter.Models.TweetExtensions

Mostra file Open project: nickhodge/BoxKite.Twitter

Public Methods

Method Description
HasEntities ( this tweet ) : bool
IsAReply ( this tweet ) : bool
IsARetweet ( this tweet ) : bool

Method Details

HasEntities() public static method

public static HasEntities ( this tweet ) : bool
tweet this
return bool

IsAReply() public static method

public static IsAReply ( this tweet ) : bool
tweet this
return bool

IsARetweet() public static method

public static IsARetweet ( this tweet ) : bool
tweet this
return bool