C# 클래스 Hardly.Library.Twitch.SqlTwitchCommand

상속: SqlRow, TwitchCommand
파일 보기 프로젝트 열기: hardlydifficult/HardlyBot 1 사용 예제들

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