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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FromGuid ( string value ) : SqlTwitchAlert
SqlTwitchAlert ( TwitchConnection connection, string alertGuid, System.DateTime lastFollowerNotification = default(DateTime) ) : System

메소드 상세

FromGuid() 공개 정적인 메소드

public static FromGuid ( string value ) : SqlTwitchAlert
value string
리턴 SqlTwitchAlert

SqlTwitchAlert() 공개 메소드

public SqlTwitchAlert ( TwitchConnection connection, string alertGuid, System.DateTime lastFollowerNotification = default(DateTime) ) : System
connection TwitchConnection
alertGuid string
lastFollowerNotification System.DateTime
리턴 System