Twitterizer 2 Documentation
TwitterRelatedTweets Class
NamespacesTwitterizerTwitterRelatedTweets
The related tweets object. Represents the result from the related_results/show/:id.json endpoint.
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
[JsonObjectAttribute(MemberSerialization.OptIn)]
public class TwitterRelatedTweets : TwitterObject
<SerializableAttribute> _
<JsonObjectAttribute(MemberSerialization.OptIn)> _
Public Class TwitterRelatedTweets _
	Inherits TwitterObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TwitterRelatedTweets()()()()
Initializes a new instance of the TwitterRelatedTweets class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GroupName
Gets or sets the name of the group.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Results
Gets or sets the results.

ResultType
Gets or sets the type of the result.

Score
Gets or sets the score.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
TwitterObject
 TwitterRelatedTweets
See Also
RelatedResultsCommand

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)