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

File:ISettingsServiceLong
Purpose:Interface for Services allowing to store user settings
Description:LONGCHAR Alternative to ISettingsService
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Aug 03 21:22:38 CEST 2011
Notes:Allows abstraction from writing to the Registry or
actually using a different implementation on the client
or on the AppServer
Purpose: Returns a user setting
Notes:



Top Method Summary
Options Name Purpose
+ LONGCHAR GetSettingLong (character, character) Returns a user setting
+ StoreSettingLong (character, character, longchar) Stores a user settings


Method Detail
Top

PUBLIC LONGCHAR GetSettingLong (character, character)

Purpose: Returns a user setting
Notes:

Parameters:
pcBaseKey CHARACTER
The settings base key
pcKey CHARACTER
The settings key
Returns LONGCHAR
The setting value
Top

PUBLIC StoreSettingLong (character, character, longchar)

Purpose: Stores a user settings
Notes:

Parameters:
pcBaseKey CHARACTER
The settings base key
pcKey CHARACTER
The settings key
pcValue LONGCHAR
The value to assign to the setting


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:38