C# Class Hardly.Library.Twitch.SqlTwitchUserInChannel

Inheritance: SqlRow, TwitchUserInChannel
Afficher le fichier Open project: hardlydifficult/HardlyBot Class Usage Examples

Private Properties

Свойство Type Description
FromSql SqlTwitchUserInChannel

Méthodes publiques

Méthode Description
ClearAll ( TwitchChannel channel ) : void
GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
GetMostRecent ( TwitchChannel channel ) : SqlTwitchUserInChannel
GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
SqlTwitchUserInChannel ( TwitchUser user, TwitchChannel channel, System.DateTime created = default(DateTime), bool isCurrentlyFollowing = false, string greetingMessage = null ) : System

Private Methods

Méthode Description
FromSql ( TwitchChannel channel, object results ) : SqlTwitchUserInChannel

Method Details

ClearAll() public static méthode

public static ClearAll ( TwitchChannel channel ) : void
channel TwitchChannel
Résultat void

GetAllWithUsernames() public static méthode

public static GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
channel TwitchChannel
Résultat Hardly.Library.Twitch.SqlTwitchUserInChannel[]

GetMostRecent() public static méthode

public static GetMostRecent ( TwitchChannel channel ) : SqlTwitchUserInChannel
channel TwitchChannel
Résultat SqlTwitchUserInChannel

GetNew() public static méthode

public static GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
twitchAlerts TwitchAlert
Résultat Hardly.Library.Twitch.SqlTwitchUserInChannel[]

SqlTwitchUserInChannel() public méthode

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