Method | Description | |
---|---|---|
ClearFollowingBitForAllUsers ( TwitchChannel channel ) : void | ||
CreateHearthstoneFactory ( ) : IHearthstoneFactory | ||
CreateSqlTwitchAlert ( SqlTwitchConnection connection, string alertGuid, System.DateTime lastFollowerNotification = default(DateTime) ) : TwitchAlert | ||
CreateTwitchChannel ( TwitchUser user ) : TwitchChannel | ||
CreateTwitchChannel ( TwitchUser user, bool isLive, string previewImageUrl, string game, uint liveViewers, uint totalViews, uint followers ) : TwitchChannel | ||
FromGuid ( string value ) : TwitchAlert | ||
GetAlert ( TwitchConnection connection, string alertGuid, System.DateTime lastFollowerNotification = default(DateTime) ) : TwitchAlert | ||
GetAllAutoConnectingConnections ( TwitchBot bot ) : TwitchConnection[] | ||
GetAllBots ( ) : TwitchBot[] | ||
GetAllCommands ( TwitchConnection twitchConnection ) : TwitchCommand[] | ||
GetAllLiveFollowers ( TwitchChannel channel ) : TwitchChannel[] | ||
GetAllUserInChannels ( TwitchChannel channel ) : TwitchUserInChannel[] | ||
GetChannel ( TwitchUser twitchUser ) : TwitchChannel | ||
GetChannelPointScale ( TwitchChannel channel ) : TwitchChannelPointScale[] | ||
GetNewFollowers ( TwitchAlert alerts ) : TwitchUserInChannel[] | ||
GetTopUsers ( TwitchChannel channel, uint count ) : TwitchUserPoints[] | ||
GetUser ( uint id, string name, System.DateTime created, string logo, string bio ) : TwitchUser | ||
GetUserForID ( uint id ) : TwitchUser | ||
GetUserFromName ( string username ) : TwitchUser | ||
GetUserInChannel ( TwitchUser user, TwitchChannel channel ) : TwitchUserInChannel | ||
GetUserPointManager ( TwitchChannel channel, TwitchUser user ) : |
||
GetUserPoints ( TwitchUser user, TwitchChannel channel ) : TwitchUserPoints | ||
SqlTwitchFactory ( ) : System |
public ClearFollowingBitForAllUsers ( TwitchChannel channel ) : void | ||
channel | TwitchChannel | |
return | void |
public CreateHearthstoneFactory ( ) : IHearthstoneFactory | ||
return | IHearthstoneFactory |
public CreateSqlTwitchAlert ( SqlTwitchConnection connection, string alertGuid, System.DateTime lastFollowerNotification = default(DateTime) ) : TwitchAlert | ||
connection | SqlTwitchConnection | |
alertGuid | string | |
lastFollowerNotification | System.DateTime | |
return | TwitchAlert |
public CreateTwitchChannel ( TwitchUser user ) : TwitchChannel | ||
user | TwitchUser | |
return | TwitchChannel |
public CreateTwitchChannel ( TwitchUser user, bool isLive, string previewImageUrl, string game, uint liveViewers, uint totalViews, uint followers ) : TwitchChannel | ||
user | TwitchUser | |
isLive | bool | |
previewImageUrl | string | |
game | string | |
liveViewers | uint | |
totalViews | uint | |
followers | uint | |
return | TwitchChannel |
public FromGuid ( string value ) : TwitchAlert | ||
value | string | |
return | TwitchAlert |
public GetAlert ( TwitchConnection connection, string alertGuid, System.DateTime lastFollowerNotification = default(DateTime) ) : TwitchAlert | ||
connection | TwitchConnection | |
alertGuid | string | |
lastFollowerNotification | System.DateTime | |
return | TwitchAlert |
public GetAllAutoConnectingConnections ( TwitchBot bot ) : TwitchConnection[] | ||
bot | TwitchBot | |
return | TwitchConnection[] |
public GetAllCommands ( TwitchConnection twitchConnection ) : TwitchCommand[] | ||
twitchConnection | TwitchConnection | |
return | TwitchCommand[] |
public GetAllLiveFollowers ( TwitchChannel channel ) : TwitchChannel[] | ||
channel | TwitchChannel | |
return | TwitchChannel[] |
public GetAllUserInChannels ( TwitchChannel channel ) : TwitchUserInChannel[] | ||
channel | TwitchChannel | |
return | TwitchUserInChannel[] |
public GetChannel ( TwitchUser twitchUser ) : TwitchChannel | ||
twitchUser | TwitchUser | |
return | TwitchChannel |
public GetChannelPointScale ( TwitchChannel channel ) : TwitchChannelPointScale[] | ||
channel | TwitchChannel | |
return | TwitchChannelPointScale[] |
public GetNewFollowers ( TwitchAlert alerts ) : TwitchUserInChannel[] | ||
alerts | TwitchAlert | |
return | TwitchUserInChannel[] |
public GetTopUsers ( TwitchChannel channel, uint count ) : TwitchUserPoints[] | ||
channel | TwitchChannel | |
count | uint | |
return | TwitchUserPoints[] |
public GetUser ( uint id, string name, System.DateTime created, string logo, string bio ) : TwitchUser | ||
id | uint | |
name | string | |
created | System.DateTime | |
logo | string | |
bio | string | |
return | TwitchUser |
public GetUserFromName ( string username ) : TwitchUser | ||
username | string | |
return | TwitchUser |
public GetUserInChannel ( TwitchUser user, TwitchChannel channel ) : TwitchUserInChannel | ||
user | TwitchUser | |
channel | TwitchChannel | |
return | TwitchUserInChannel |
public GetUserPointManager ( TwitchChannel channel, TwitchUser user ) : |
||
channel | TwitchChannel | |
user | TwitchUser | |
return |
public GetUserPoints ( TwitchUser user, TwitchChannel channel ) : TwitchUserPoints | ||
user | TwitchUser | |
channel | TwitchChannel | |
return | TwitchUserPoints |