C# Class RankSystem.RankConfigFile

Datei anzeigen Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
ConfigRead Action
RankCheckMessage string[][]
RankLineRestrictons bool[]
RankLines string[]
RankPermissions string[][]
RankUpCost int[][]
RankUpMessage string[][]
Ranks string[][]

Public Methods

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

Method Details

Read() public static method

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

Read() public static method

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

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

ConfigRead public_oe static_oe property

public static Action ConfigRead
return Action

RankCheckMessage public_oe property

public string[][] RankCheckMessage
return string[][]

RankLineRestrictons public_oe property

public bool[] RankLineRestrictons
return bool[]

RankLines public_oe property

public string[] RankLines
return string[]

RankPermissions public_oe property

public string[][] RankPermissions
return string[][]

RankUpCost public_oe property

public int[][] RankUpCost
return int[][]

RankUpMessage public_oe property

public string[][] RankUpMessage
return string[][]

Ranks public_oe property

public string[][] Ranks
return string[][]