Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetTopUsersForChannel ( TwitchChannel channel, uint count ) : TwitchUserPoints[] | ||
SqlTwitchUserPoints ( TwitchUser user, TwitchChannel channel, ulong points, System.DateTime timeOfLastBonus = default(DateTime) ) : System |
public static GetTopUsersForChannel ( TwitchChannel channel, uint count ) : TwitchUserPoints[] | ||
channel | TwitchChannel | |
count | uint | |
return | TwitchUserPoints[] |
public SqlTwitchUserPoints ( TwitchUser user, TwitchChannel channel, ulong points, System.DateTime timeOfLastBonus = default(DateTime) ) : System | ||
user | TwitchUser | |
channel | TwitchChannel | |
points | ulong | |
timeOfLastBonus | System.DateTime | |
return | System |