C# Class OakBot.Config

Afficher le fichier Open project: ocgineer/OakBot

Méthodes publiques

Свойство Type Description
AppDataPath string
GameWispClientID string
GameWispClientSecret string
TwitchAlertsClientID string
TwitchAlertsClientSecret string
TwitchClientID string
TwitchClientSecret string

Méthodes publiques

Méthode Description
GetConfigFromDb ( ) : void
RaiseStaticPropertyChanged ( string propName ) : void
SaveSettingPropertyToDB ( string settingName, string settingsValue ) : void

Method Details

GetConfigFromDb() public static méthode

public static GetConfigFromDb ( ) : void
Résultat void

RaiseStaticPropertyChanged() public static méthode

public static RaiseStaticPropertyChanged ( string propName ) : void
propName string
Résultat void

SaveSettingPropertyToDB() public static méthode

public static SaveSettingPropertyToDB ( string settingName, string settingsValue ) : void
settingName string
settingsValue string
Résultat void

Property Details

AppDataPath public_oe static_oe property

public static string AppDataPath
Résultat string

GameWispClientID public_oe static_oe property

public static string GameWispClientID
Résultat string

GameWispClientSecret public_oe static_oe property

public static string GameWispClientSecret
Résultat string

TwitchAlertsClientID public_oe static_oe property

public static string TwitchAlertsClientID
Résultat string

TwitchAlertsClientSecret public_oe static_oe property

public static string TwitchAlertsClientSecret
Résultat string

TwitchClientID public_oe static_oe property

public static string TwitchClientID
Résultat string

TwitchClientSecret public_oe static_oe property

public static string TwitchClientSecret
Résultat string