C# Class Hardly.Library.Twitch.SqlTwitchCommand

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetAll ( TwitchConnection connection ) : TwitchCommand[]
SqlTwitchCommand ( uint id, TwitchConnection twitchConnection = null, string command = null, string description = null, bool isModOnly = true, TimeSpan coolDown = default(TimeSpan), string response = null )

Method Details

GetAll() public static méthode

public static GetAll ( TwitchConnection connection ) : TwitchCommand[]
connection TwitchConnection
Résultat TwitchCommand[]

SqlTwitchCommand() public méthode

public SqlTwitchCommand ( uint id, TwitchConnection twitchConnection = null, string command = null, string description = null, bool isModOnly = true, TimeSpan coolDown = default(TimeSpan), string response = null )
id uint
twitchConnection TwitchConnection
command string
description string
isModOnly bool
coolDown TimeSpan
response string