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

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

Private Properties

프로퍼티 타입 설명
FromSql TwitchChannel

공개 메소드들

메소드 설명
ClearLiveFollowers ( TwitchChannel channel ) : void
GetAll ( ) : TwitchChannel[]
GetAllLiveFollowers ( TwitchChannel channel ) : TwitchChannel[]
SqlTwitchChannel ( TwitchUser user, bool isLive = false, string previewImageUrl = null, string game = null, uint liveViewers, uint totalViews, uint followers )

비공개 메소드들

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

메소드 상세

ClearLiveFollowers() 공개 정적인 메소드

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

GetAll() 공개 정적인 메소드

public static GetAll ( ) : TwitchChannel[]
리턴 TwitchChannel[]

GetAllLiveFollowers() 공개 정적인 메소드

public static GetAllLiveFollowers ( TwitchChannel channel ) : TwitchChannel[]
channel TwitchChannel
리턴 TwitchChannel[]

SqlTwitchChannel() 공개 메소드

public SqlTwitchChannel ( TwitchUser user, bool isLive = false, string previewImageUrl = null, string game = null, uint liveViewers, uint totalViews, uint followers )
user TwitchUser
isLive bool
previewImageUrl string
game string
liveViewers uint
totalViews uint
followers uint