C# 클래스 OpenTween.ListElement

파일 보기 프로젝트 열기: rhenium/OpenTween 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Id long
IsPublic bool
MemberCount int
Name string
Nickname string
Slug string
SubscriberCount int
UserId long
Username string

보호된 프로퍼티들

프로퍼티 타입 설명
_tw dynamic

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetMoreMembers ( ) : string
ListElement ( ) : System.Collections.Generic
ListElement ( TwitterDataModel listElementData, dynamic tw ) : System.Collections.Generic
Refresh ( ) : string
RefreshMembers ( ) : string
ToString ( ) : string

메소드 상세

GetMoreMembers() 공개 메소드

public GetMoreMembers ( ) : string
리턴 string

ListElement() 공개 메소드

public ListElement ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ListElement() 공개 메소드

public ListElement ( TwitterDataModel listElementData, dynamic tw ) : System.Collections.Generic
listElementData TwitterDataModel
tw dynamic
리턴 System.Collections.Generic

Refresh() 공개 메소드

public Refresh ( ) : string
리턴 string

RefreshMembers() 공개 메소드

public RefreshMembers ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Id 공개적으로 프로퍼티

public long Id
리턴 long

IsPublic 공개적으로 프로퍼티

public bool IsPublic
리턴 bool

MemberCount 공개적으로 프로퍼티

public int MemberCount
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Nickname 공개적으로 프로퍼티

public string Nickname
리턴 string

Slug 공개적으로 프로퍼티

public string Slug
리턴 string

SubscriberCount 공개적으로 프로퍼티

public int SubscriberCount
리턴 int

UserId 공개적으로 프로퍼티

public long UserId
리턴 long

Username 공개적으로 프로퍼티

public string Username
리턴 string

_tw 보호되어 있는 프로퍼티

protected dynamic _tw
리턴 dynamic