C# Class OpenTween.ListElement

Mostra file Open project: rhenium/OpenTween Class Usage Examples

Public Properties

Property Type Description
Description string
Id long
IsPublic bool
MemberCount int
Name string
Nickname string
Slug string
SubscriberCount int
UserId long
Username string

Protected Properties

Property Type Description
_tw dynamic

Private Properties

Property Type Description

Public Methods

Method Description
GetMoreMembers ( ) : string
ListElement ( ) : System.Collections.Generic
ListElement ( TwitterDataModel listElementData, dynamic tw ) : System.Collections.Generic
Refresh ( ) : string
RefreshMembers ( ) : string
ToString ( ) : string

Method Details

GetMoreMembers() public method

public GetMoreMembers ( ) : string
return string

ListElement() public method

public ListElement ( ) : System.Collections.Generic
return System.Collections.Generic

ListElement() public method

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

Refresh() public method

public Refresh ( ) : string
return string

RefreshMembers() public method

public RefreshMembers ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

Description public_oe property

public string Description
return string

Id public_oe property

public long Id
return long

IsPublic public_oe property

public bool IsPublic
return bool

MemberCount public_oe property

public int MemberCount
return int

Name public_oe property

public string Name
return string

Nickname public_oe property

public string Nickname
return string

Slug public_oe property

public string Slug
return string

SubscriberCount public_oe property

public int SubscriberCount
return int

UserId public_oe property

public long UserId
return long

Username public_oe property

public string Username
return string

_tw protected_oe property

protected dynamic _tw
return dynamic