Method | Description | |
---|---|---|
Get ( string name ) : ISetting | ||
GetMemento ( ) : ISettingsMemento | ||
RestoreFromMemento ( ISettingsMemento memento ) : void | ||
Set ( ISetting setting ) : void | ||
SettingsOriginator ( ) : System | ||
SettingsOriginator ( ISettingsMemento memento ) : System |
Method | Description | |
---|---|---|
DecryptFromBase64 ( string encryptedValue ) : string | ||
EncryptAsBase64 ( string value ) : string |
public RestoreFromMemento ( ISettingsMemento memento ) : void | ||
memento | ISettingsMemento | |
return | void |
public SettingsOriginator ( ISettingsMemento memento ) : System | ||
memento | ISettingsMemento | |
return | System |