C# Class Fusion8.Cropper.Core.Configuration

Afficher le fichier Open project: enriquein/Cropper

Private Properties

Свойство Type Description
EnsureConfigDirectory void
GetAdditionalTypes System.Type[]
LoadConfiguration Settings
SaveConfiguration void

Méthodes publiques

Méthode Description
Save ( ) : void

Client exposed save method.

Private Methods

Méthode 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 méthode

Client exposed save method.
public static Save ( ) : void
Résultat void