C# Класс Hardly.Library.Twitch.SqlTwitchCommand

Наследование: SqlRow, TwitchCommand
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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 )

Описание методов

GetAll() публичный статический Метод

public static GetAll ( TwitchConnection connection ) : TwitchCommand[]
connection TwitchConnection
Результат TwitchCommand[]

SqlTwitchCommand() публичный Метод

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