C# 클래스 RankSystem.RankConfigFile

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

공개 프로퍼티들

프로퍼티 타입 설명
ConfigRead Action
RankCheckMessage string[][]
RankLineRestrictons bool[]
RankLines string[]
RankPermissions string[][]
RankUpCost int[][]
RankUpMessage string[][]
Ranks string[][]

공개 메소드들

메소드 설명
Read ( Stream stream ) : RankConfigFile
Read ( string path ) : RankConfigFile
Write ( Stream stream ) : void
Write ( string path ) : void

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream stream ) : RankConfigFile
stream Stream
리턴 RankConfigFile

Read() 공개 정적인 메소드

public static Read ( string path ) : RankConfigFile
path string
리턴 RankConfigFile

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

Write() 공개 메소드

public Write ( string path ) : void
path string
리턴 void

프로퍼티 상세

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

public static Action ConfigRead
리턴 Action

RankCheckMessage 공개적으로 프로퍼티

public string[][] RankCheckMessage
리턴 string[][]

RankLineRestrictons 공개적으로 프로퍼티

public bool[] RankLineRestrictons
리턴 bool[]

RankLines 공개적으로 프로퍼티

public string[] RankLines
리턴 string[]

RankPermissions 공개적으로 프로퍼티

public string[][] RankPermissions
리턴 string[][]

RankUpCost 공개적으로 프로퍼티

public int[][] RankUpCost
리턴 int[][]

RankUpMessage 공개적으로 프로퍼티

public string[][] RankUpMessage
리턴 string[][]

Ranks 공개적으로 프로퍼티

public string[][] Ranks
리턴 string[][]