C# 클래스 RohBot.Rooms.RoomSettings

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

공개 프로퍼티들

프로퍼티 타입 설명
Bans HashSet
Mods HashSet
Room string

공개 메소드들

메소드 설명
Get ( string room ) : RoomSettings
Insert ( ) : void
RoomSettings ( ) : System
Save ( ) : void

비공개 메소드들

메소드 설명
RoomSettings ( dynamic row ) : System

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string room ) : RoomSettings
room string
리턴 RoomSettings

Insert() 공개 메소드

public Insert ( ) : void
리턴 void

RoomSettings() 공개 메소드

public RoomSettings ( ) : System
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

Bans 공개적으로 프로퍼티

public HashSet Bans
리턴 HashSet

Mods 공개적으로 프로퍼티

public HashSet Mods
리턴 HashSet

Room 공개적으로 프로퍼티

public string Room
리턴 string