C# 클래스 RohBot.Settings

파일 보기 프로젝트 열기: Rohansi/RohBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthCode string
DbAddress string
DbName string
DbPass string
DbPort int
DbUser string
DefaultRoom string
Host string
NotificationAPIKey string
NotificationAppID string
Password string
PersonaName string
Rooms string>>.List
SuperAdmin string
SuperAdminSteam ulong
Username string

공개 메소드들

메소드 설명
Load ( string fileName ) : Settings

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string fileName ) : Settings
fileName string
리턴 Settings

프로퍼티 상세

AuthCode 공개적으로 프로퍼티

Steam Guard authorization code
public string AuthCode
리턴 string

DbAddress 공개적으로 프로퍼티

public string DbAddress
리턴 string

DbName 공개적으로 프로퍼티

public string DbName
리턴 string

DbPass 공개적으로 프로퍼티

public string DbPass
리턴 string

DbPort 공개적으로 프로퍼티

public int DbPort
리턴 int

DbUser 공개적으로 프로퍼티

public string DbUser
리턴 string

DefaultRoom 공개적으로 프로퍼티

public string DefaultRoom
리턴 string

Host 공개적으로 프로퍼티

public string Host
리턴 string

NotificationAPIKey 공개적으로 프로퍼티

public string NotificationAPIKey
리턴 string

NotificationAppID 공개적으로 프로퍼티

public string NotificationAppID
리턴 string

Password 공개적으로 프로퍼티

Steam password
public string Password
리턴 string

PersonaName 공개적으로 프로퍼티

Steam display name
public string PersonaName
리턴 string

Rooms 공개적으로 프로퍼티

public List> Rooms
리턴 string>>.List

SuperAdmin 공개적으로 프로퍼티

public string SuperAdmin
리턴 string

SuperAdminSteam 공개적으로 프로퍼티

public ulong SuperAdminSteam
리턴 ulong

Username 공개적으로 프로퍼티

Steam username
public string Username
리턴 string