C# Class MinecraftWebToolkit.McProperties

Afficher le fichier Open project: hassanselim0/MinecraftWebToolkit

Méthodes publiques

Méthode Description
GetAll ( ) : List
GetValue ( string propName ) : string
RestoreBackup ( ) : void
SetAll ( List props ) : void
SetValue ( string name, string value ) : void

Private Methods

Méthode Description
load ( ) : void
save ( ) : void

Method Details

GetAll() public static méthode

public static GetAll ( ) : List
Résultat List

GetValue() public static méthode

public static GetValue ( string propName ) : string
propName string
Résultat string

RestoreBackup() public static méthode

public static RestoreBackup ( ) : void
Résultat void

SetAll() public static méthode

public static SetAll ( List props ) : void
props List
Résultat void

SetValue() public static méthode

public static SetValue ( string name, string value ) : void
name string
value string
Résultat void