C# Class ServerShopSystem.SSConfigFile

Mostrar archivo Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
BuyRatePermissions string[]
BuyRates double[]
ConfigRead Action

Public Methods

Method Description
Read ( Stream stream ) : SSConfigFile
Read ( string path ) : SSConfigFile
Write ( Stream stream ) : void
Write ( string path ) : void

Method Details

Read() public static method

public static Read ( Stream stream ) : SSConfigFile
stream Stream
return SSConfigFile

Read() public static method

public static Read ( string path ) : SSConfigFile
path string
return SSConfigFile

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void

Write() public method

public Write ( string path ) : void
path string
return void

Property Details

BuyRatePermissions public_oe property

public string[] BuyRatePermissions
return string[]

BuyRates public_oe property

public double[] BuyRates
return double[]

ConfigRead public_oe static_oe property

public static Action ConfigRead
return Action