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

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

Private Properties

프로퍼티 타입 설명
FromSql SqlTwitchUserInChannel

공개 메소드들

메소드 설명
ClearAll ( TwitchChannel channel ) : void
GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
GetMostRecent ( TwitchChannel channel ) : SqlTwitchUserInChannel
GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
SqlTwitchUserInChannel ( TwitchUser user, TwitchChannel channel, System.DateTime created = default(DateTime), bool isCurrentlyFollowing = false, string greetingMessage = null ) : System

비공개 메소드들

메소드 설명
FromSql ( TwitchChannel channel, object results ) : SqlTwitchUserInChannel

메소드 상세

ClearAll() 공개 정적인 메소드

public static ClearAll ( TwitchChannel channel ) : void
channel TwitchChannel
리턴 void

GetAllWithUsernames() 공개 정적인 메소드

public static GetAllWithUsernames ( TwitchChannel channel ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
channel TwitchChannel
리턴 Hardly.Library.Twitch.SqlTwitchUserInChannel[]

GetMostRecent() 공개 정적인 메소드

public static GetMostRecent ( TwitchChannel channel ) : SqlTwitchUserInChannel
channel TwitchChannel
리턴 SqlTwitchUserInChannel

GetNew() 공개 정적인 메소드

public static GetNew ( TwitchAlert twitchAlerts ) : Hardly.Library.Twitch.SqlTwitchUserInChannel[]
twitchAlerts TwitchAlert
리턴 Hardly.Library.Twitch.SqlTwitchUserInChannel[]

SqlTwitchUserInChannel() 공개 메소드

public SqlTwitchUserInChannel ( TwitchUser user, TwitchChannel channel, System.DateTime created = default(DateTime), bool isCurrentlyFollowing = false, string greetingMessage = null ) : System
user TwitchUser
channel TwitchChannel
created System.DateTime
isCurrentlyFollowing bool
greetingMessage string
리턴 System