C# Class Hardly.Library.Twitch.SqlTwitchUserInChannel

Inheritance: SqlRow, TwitchUserInChannel
Mostra file Open project: hardlydifficult/HardlyBot Class Usage Examples

Private Properties

Property Type Description
FromSql SqlTwitchUserInChannel

Public Methods

Method 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

Method Description
FromSql ( TwitchChannel channel, object results ) : SqlTwitchUserInChannel

Method Details

ClearAll() public static method

public static ClearAll ( TwitchChannel channel ) : void
channel TwitchChannel
return void

GetAllWithUsernames() public static method

public static GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
channel TwitchChannel
return Hardly.Library.Twitch.SqlTwitchUserInChannel[]

GetMostRecent() public static method

public static GetMostRecent ( TwitchChannel channel ) : SqlTwitchUserInChannel
channel TwitchChannel
return SqlTwitchUserInChannel

GetNew() public static method

public static GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
twitchAlerts TwitchAlert
return Hardly.Library.Twitch.SqlTwitchUserInChannel[]

SqlTwitchUserInChannel() public method

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