C# 클래스 Fusion8.Cropper.Core.Configuration

파일 보기 프로젝트 열기: enriquein/Cropper

Private Properties

프로퍼티 타입 설명
EnsureConfigDirectory void
GetAdditionalTypes System.Type[]
LoadConfiguration Settings
SaveConfiguration void

공개 메소드들

메소드 설명
Save ( ) : void

Client exposed save method.

비공개 메소드들

메소드 설명
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.

메소드 상세

Save() 공개 정적인 메소드

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