C# Class OpenTween.Twitter.PostInfo

Show file Open project: rhenium/OpenTween

Public Properties

Property Type Description
CreatedAt string
Id string
Text string
UserId string

Public Methods

Method Description
Equals ( PostInfo dst ) : bool
PostInfo ( string Created, string IdStr, string txt, string uid ) : System

Method Details

Equals() public method

public Equals ( PostInfo dst ) : bool
dst PostInfo
return bool

PostInfo() public method

public PostInfo ( string Created, string IdStr, string txt, string uid ) : System
Created string
IdStr string
txt string
uid string
return System

Property Details

CreatedAt public property

public string CreatedAt
return string

Id public property

public string Id
return string

Text public property

public string Text
return string

UserId public property

public string UserId
return string