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

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

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