C# Class RankSystem.RankConfigFile

Afficher le fichier Open project: vharonftw/ServerEPRSystem Class Usage Examples

Méthodes publiques

Свойство Type Description
ConfigRead Action
RankCheckMessage string[][]
RankLineRestrictons bool[]
RankLines string[]
RankPermissions string[][]
RankUpCost int[][]
RankUpMessage string[][]
Ranks string[][]

Méthodes publiques

Méthode Description
Read ( Stream stream ) : RankConfigFile
Read ( string path ) : RankConfigFile
Write ( Stream stream ) : void
Write ( string path ) : void

Method Details

Read() public static méthode

public static Read ( Stream stream ) : RankConfigFile
stream Stream
Résultat RankConfigFile

Read() public static méthode

public static Read ( string path ) : RankConfigFile
path string
Résultat RankConfigFile

Write() public méthode

public Write ( Stream stream ) : void
stream Stream
Résultat void

Write() public méthode

public Write ( string path ) : void
path string
Résultat void

Property Details

ConfigRead public_oe static_oe property

public static Action ConfigRead
Résultat Action

RankCheckMessage public_oe property

public string[][] RankCheckMessage
Résultat string[][]

RankLineRestrictons public_oe property

public bool[] RankLineRestrictons
Résultat bool[]

RankLines public_oe property

public string[] RankLines
Résultat string[]

RankPermissions public_oe property

public string[][] RankPermissions
Résultat string[][]

RankUpCost public_oe property

public int[][] RankUpCost
Résultat int[][]

RankUpMessage public_oe property

public string[][] RankUpMessage
Résultat string[][]

Ranks public_oe property

public string[][] Ranks
Résultat string[][]