C# Class TDSM.Core.Config.ComponentConfiguration

Mostra file Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
LoadFromArguments ( ) : bool
LoadFromArguments ( string args ) : bool
LoadFromFile ( string filePath ) : bool
SetPropertiesByPrefix ( string prefix, string value ) : bool

Private Methods

Method Description
SetPropertyValue ( System property, string value ) : void

Method Details

LoadFromArguments() public method

public LoadFromArguments ( ) : bool
return bool

LoadFromArguments() public method

public LoadFromArguments ( string args ) : bool
args string
return bool

LoadFromFile() public method

public LoadFromFile ( string filePath ) : bool
filePath string
return bool

SetPropertiesByPrefix() public method

public SetPropertiesByPrefix ( string prefix, string value ) : bool
prefix string
value string
return bool