C# 클래스 wmib.Configuration

Configuration
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
Channels List

공개 메소드들

메소드 설명
Load ( ) : int

Load config of bot

RetrieveConfig ( string key, int default_ ) : int
RetrieveConfig ( string key, string default_ = null ) : string
Save ( ) : void

Save a wm-bot channel list

TempName ( string file ) : string

Return a temporary name for a file

비공개 메소드들

메소드 설명
File2Dict ( ) : string>.Dictionary

메소드 상세

Load() 공개 정적인 메소드

Load config of bot
public static Load ( ) : int
리턴 int

RetrieveConfig() 공개 정적인 메소드

public static RetrieveConfig ( string key, int default_ ) : int
key string
default_ int
리턴 int

RetrieveConfig() 공개 정적인 메소드

public static RetrieveConfig ( string key, string default_ = null ) : string
key string
default_ string
리턴 string

Save() 공개 정적인 메소드

Save a wm-bot channel list
public static Save ( ) : void
리턴 void

TempName() 공개 정적인 메소드

Return a temporary name for a file
public static TempName ( string file ) : string
file string File you need to have temporary name for
리턴 string

프로퍼티 상세

Channels 공개적으로 정적으로 프로퍼티

List of channels the bot is in, you should never need to use this, use ChannelList instead WARNING: this is thread unsafe, you always need to lock this object before you access it
public static List Channels
리턴 List