C# Class Fusion8.Cropper.Core.Configuration

ファイルを表示 Open project: enriquein/Cropper

Private Properties

Property Type Description
EnsureConfigDirectory void
GetAdditionalTypes System.Type[]
LoadConfiguration Settings
SaveConfiguration void

Public Methods

Method Description
Save ( ) : void

Client exposed save method.

Private Methods

Method Description
EnsureConfigDirectory ( string path ) : void
GetAdditionalTypes ( ) : System.Type[]
LoadConfiguration ( string path ) : Settings

Loads the configuration file.

The Settings class is xml deserialized from disk.

SaveConfiguration ( Settings settings, string path ) : void

Save the configuration settings to a file.

The Configuration class is binary serialized to disk.

Method Details

Save() public static method

Client exposed save method.
public static Save ( ) : void
return void