C# 클래스 ServerShopSystem.SSConfigFile

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

공개 프로퍼티들

프로퍼티 타입 설명
BuyRatePermissions string[]
BuyRates double[]
ConfigRead Action

공개 메소드들

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

메소드 상세

Read() 공개 정적인 메소드

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

Read() 공개 정적인 메소드

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

Write() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

BuyRatePermissions 공개적으로 프로퍼티

public string[] BuyRatePermissions
리턴 string[]

BuyRates 공개적으로 프로퍼티

public double[] BuyRates
리턴 double[]

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

public static Action ConfigRead
리턴 Action