C# 클래스 MBUtilities.Settings

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

공개 프로퍼티들

프로퍼티 타입 설명
Channel string
ExcludedFunctions List
IgnoreList List
LeaveMessage string
Nick string
Owner string
Port int
QuitMessage string
Server string
ShowForm bool

공개 메소드들

메소드 설명
Assign ( Settings settings ) : void

비공개 메소드들

메소드 설명
Settings ( ) : System

메소드 상세

Assign() 공개 정적인 메소드

public static Assign ( Settings settings ) : void
settings Settings
리턴 void

프로퍼티 상세

Channel 공개적으로 프로퍼티

public string Channel
리턴 string

ExcludedFunctions 공개적으로 프로퍼티

public List ExcludedFunctions
리턴 List

IgnoreList 공개적으로 프로퍼티

public List IgnoreList
리턴 List

LeaveMessage 공개적으로 프로퍼티

public string LeaveMessage
리턴 string

Nick 공개적으로 프로퍼티

public string Nick
리턴 string

Owner 공개적으로 프로퍼티

public string Owner
리턴 string

Port 공개적으로 프로퍼티

public int Port
리턴 int

QuitMessage 공개적으로 프로퍼티

public string QuitMessage
리턴 string

Server 공개적으로 프로퍼티

public string Server
리턴 string

ShowForm 공개적으로 프로퍼티

public bool ShowForm
리턴 bool