C# Class Hardly.Library.Twitch.SqlTwitchCommand

Inheritance: SqlRow, TwitchCommand
ファイルを表示 Open project: hardlydifficult/HardlyBot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public static GetAll ( TwitchConnection connection ) : TwitchCommand[]
connection TwitchConnection
return TwitchCommand[]

SqlTwitchCommand() public method

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