C# Class Hardly.Library.Twitch.SqlTwitchChannelPointScale

Inheritance: SqlRow, TwitchChannelPointScale
ファイルを表示 Open project: hardlydifficult/HardlyBot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ForChannel ( TwitchChannel channel ) : TwitchChannelPointScale[]
SqlTwitchChannelPointScale ( TwitchChannel channel, ulong unitValue, string unitNameSingular = null, string unitNamePlural = null ) : System

Method Details

ForChannel() public static method

public static ForChannel ( TwitchChannel channel ) : TwitchChannelPointScale[]
channel TwitchChannel
return TwitchChannelPointScale[]

SqlTwitchChannelPointScale() public method

public SqlTwitchChannelPointScale ( TwitchChannel channel, ulong unitValue, string unitNameSingular = null, string unitNamePlural = null ) : System
channel TwitchChannel
unitValue ulong
unitNameSingular string
unitNamePlural string
return System