C# Class SmartConfig.Configuration

Show file Open project: he-dev/SmartConfig

Private Properties

Property Type Description
Configuration System
Reload int

Public Methods

Method Description
Reload ( Type configurationType ) : int
Save ( ) : int
Save ( Type configurationType ) : int

Private Methods

Method Description
Configuration ( Type configType, DataStore dataStore, object>.IReadOnlyDictionary attributes, TypeConverter converter ) : System
Reload ( ) : int

Method Details

Reload() public static method

public static Reload ( Type configurationType ) : int
configurationType System.Type
return int

Save() public method

public Save ( ) : int
return int

Save() public static method

public static Save ( Type configurationType ) : int
configurationType System.Type
return int