Свойство | Type | Description | |
---|---|---|---|
FromSql |
Méthode | 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 |
Méthode | Description | |
---|---|---|
FromSql ( TwitchChannel channel, object results ) : |
public static ClearAll ( TwitchChannel channel ) : void | ||
channel | TwitchChannel | |
Résultat | void |
public static GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[] | ||
channel | TwitchChannel | |
Résultat | Hardly.Library.Twitch.SqlTwitchUserInChannel[] |
public static GetMostRecent ( TwitchChannel channel ) : |
||
channel | TwitchChannel | |
Résultat |
public static GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[] | ||
twitchAlerts | TwitchAlert | |
Résultat | 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 | |
Résultat | System |