Property | Type | Description | |
---|---|---|---|
FromSql | TwitchChannel |
Method | Description | |
---|---|---|
ClearLiveFollowers ( TwitchChannel channel ) : void | ||
GetAll ( ) : TwitchChannel[] | ||
GetAllLiveFollowers ( TwitchChannel channel ) : TwitchChannel[] | ||
SqlTwitchChannel ( TwitchUser user, bool isLive = false, string previewImageUrl = null, string game = null, uint liveViewers, uint totalViews, uint followers ) |
Method | Description | |
---|---|---|
FromSql ( object results ) : TwitchChannel |
public static ClearLiveFollowers ( TwitchChannel channel ) : void | ||
channel | TwitchChannel | |
return | void |
public static GetAllLiveFollowers ( TwitchChannel channel ) : TwitchChannel[] | ||
channel | TwitchChannel | |
return | TwitchChannel[] |
public SqlTwitchChannel ( TwitchUser user, bool isLive = false, string previewImageUrl = null, string game = null, uint liveViewers, uint totalViews, uint followers ) | ||
user | TwitchUser | |
isLive | bool | |
previewImageUrl | string | |
game | string | |
liveViewers | uint | |
totalViews | uint | |
followers | uint |