C# 클래스 RohBot.Rooms.RoomInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Admin string
Name string
ShortName string
Type string

공개 메소드들

메소드 설명
RoomInfo ( string>.IDictionary properties ) : System
this ( string key ) : string

메소드 상세

RoomInfo() 공개 메소드

public RoomInfo ( string>.IDictionary properties ) : System
properties string>.IDictionary
리턴 System

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string

프로퍼티 상세

Admin 공개적으로 프로퍼티

public string Admin
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

ShortName 공개적으로 프로퍼티

public string ShortName
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string