Property | Type | Description | |
---|---|---|---|
FromSql |
Method | Description | |
---|---|---|
ClearAll ( TwitchChannel channel ) : void | ||
GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[] | ||
GetMostRecent ( TwitchChannel channel ) : |
||
GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[] | ||
SqlTwitchUserInChannel ( TwitchUser user, TwitchChannel channel, System.DateTime created = default(DateTime), bool isCurrentlyFollowing = false, string greetingMessage = null ) : System |
Method | Description | |
---|---|---|
FromSql ( TwitchChannel channel, object results ) : |
public static ClearAll ( TwitchChannel channel ) : void | ||
channel | TwitchChannel | |
return | void |
public static GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[] | ||
channel | TwitchChannel | |
return | Hardly.Library.Twitch.SqlTwitchUserInChannel[] |
public static GetMostRecent ( TwitchChannel channel ) : |
||
channel | TwitchChannel | |
return |
public static GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[] | ||
twitchAlerts | TwitchAlert | |
return | Hardly.Library.Twitch.SqlTwitchUserInChannel[] |
public SqlTwitchUserInChannel ( TwitchUser user, TwitchChannel channel, System.DateTime created = default(DateTime), bool isCurrentlyFollowing = false, string greetingMessage = null ) : System | ||
user | TwitchUser | |
channel | TwitchChannel | |
created | System.DateTime | |
isCurrentlyFollowing | bool | |
greetingMessage | string | |
return | System |