C# Class MinecraftWebToolkit.McProperties

Mostra file Open project: hassanselim0/MinecraftWebToolkit

Public Methods

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

Private Methods

Method Description
load ( ) : void
save ( ) : void

Method Details

GetAll() public static method

public static GetAll ( ) : List
return List

GetValue() public static method

public static GetValue ( string propName ) : string
propName string
return string

RestoreBackup() public static method

public static RestoreBackup ( ) : void
return void

SetAll() public static method

public static SetAll ( List props ) : void
props List
return void

SetValue() public static method

public static SetValue ( string name, string value ) : void
name string
value string
return void