C# 클래스 OpenTween.UserInfo

파일 보기 프로젝트 열기: rhenium/OpenTween

공개 프로퍼티들

프로퍼티 타입 설명
CreatedAt System.DateTime
Description string
FavoriteCount int
FollowersCount int
FriendsCount int
Id System.Int64
ImageUrl System.Uri
Location string
Name string
PostCreatedAt System.DateTime
PostSource string
Protect bool
RecentPost string
ScreenName string
StatusesCount int
Url string
Verified bool
isFollowed bool
isFollowing bool

공개 메소드들

메소드 설명
ToString ( ) : string
UserInfo ( ) : System
UserInfo ( TwitterDataModel user ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UserInfo() 공개 메소드

public UserInfo ( ) : System
리턴 System

UserInfo() 공개 메소드

public UserInfo ( TwitterDataModel user ) : System
user TwitterDataModel
리턴 System

프로퍼티 상세

CreatedAt 공개적으로 프로퍼티

public DateTime,System CreatedAt
리턴 System.DateTime

Description 공개적으로 프로퍼티

public string Description
리턴 string

FavoriteCount 공개적으로 프로퍼티

public int FavoriteCount
리턴 int

FollowersCount 공개적으로 프로퍼티

public int FollowersCount
리턴 int

FriendsCount 공개적으로 프로퍼티

public int FriendsCount
리턴 int

Id 공개적으로 프로퍼티

public Int64,System Id
리턴 System.Int64

ImageUrl 공개적으로 프로퍼티

public Uri,System ImageUrl
리턴 System.Uri

Location 공개적으로 프로퍼티

public string Location
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

PostCreatedAt 공개적으로 프로퍼티

public DateTime,System PostCreatedAt
리턴 System.DateTime

PostSource 공개적으로 프로퍼티

public string PostSource
리턴 string

Protect 공개적으로 프로퍼티

public bool Protect
리턴 bool

RecentPost 공개적으로 프로퍼티

public string RecentPost
리턴 string

ScreenName 공개적으로 프로퍼티

public string ScreenName
리턴 string

StatusesCount 공개적으로 프로퍼티

public int StatusesCount
리턴 int

Url 공개적으로 프로퍼티

public string Url
리턴 string

Verified 공개적으로 프로퍼티

public bool Verified
리턴 bool

isFollowed 공개적으로 프로퍼티

public bool isFollowed
리턴 bool

isFollowing 공개적으로 프로퍼티

public bool isFollowing
리턴 bool