Namespace: Consultingwerk.Framework
Interface 
ISettingsServiceWithDelete Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.RegistrySettingsService

File:ISettingsServiceWithDelete
Purpose:Interface for Settings Service implementations that support
deletion of single Settings or whole Setting Keys
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Feb 04 07:20:51 CET 2015
Notes:Allows abstraction from writing to the Registry or
actually using a different implementation on the client
or on the AppServer



Top Method Summary
Options Name Purpose
+ DeleteSetting (character, character) Deletes a settings value
+ DeleteSettings (character) Deletes a settings value


Method Detail
Top

PUBLIC DeleteSetting (character, character)

Purpose: Deletes a settings value
Notes:

Parameters:
pcBaseKey CHARACTER
The settings base key
pcKey CHARACTER
The settings key
Top

PUBLIC DeleteSettings (character)

Purpose: Deletes a settings value
Notes:

Parameters:
pcBaseKey CHARACTER
The settings base key to delete


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:13:28