mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER
Code Details >> Tools >> Settings >> IsolatedStorage_Settings

IsolatedStorage_Settings Class



IS_UserSettings is an abstract, static class which uses Isolated Storage and XML to store and retrive the settings for an application's user.


Namespace: SobekCM.Tools.Settings
Assembly: SobekCM_Tools (in SobekCM_Tools.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public abstract class IsolatedStorage_Settings

Remarks

Object created by Mark V Sullivan (2004) for University of Florida's Digital Library Center.

Inheritance Hierarchy

System..::..Object
  SobekCM.Tools.Settings..::..IsolatedStorage_Settings

Constructors

  NameDescription
Protected methodIsolatedStorage_Settings
Initializes a new instance of the IsolatedStorage_Settings class

Methods

  NameDescription
Protected methodStatic memberAdd_Setting(String, Int32)
Set a value in the current user setting.
Protected methodStatic memberAdd_Setting(String, String)
Set a value in the current user setting.
Protected methodStatic memberContains
Checks to see if a particular setting already exists for this user
Protected methodStatic memberGet_Int_Setting
Gets a pre-existing integer setting for this user
Protected methodStatic memberGet_String_Setting
Gets a pre-existing string setting for this user
Protected methodStatic memberRead_XML_File()()()()
Reads the user settings from a XML file in Isolated Storage
Protected methodStatic memberRead_XML_File(String)
Reads the user settings from a XML file in Isolated Storage
Protected methodStatic memberWrite_XML_File()()()()
Writes the user settings to a XML file in Isolated Storage
Protected methodStatic memberWrite_XML_File(String)
Writes the user settings to a XML file in Isolated Storage

Properties

  NameDescription
Protected propertyStatic memberFileName
Gets and sets the name of the file which stores the user settings
Protected propertyStatic memberSetting_DataSet
Gets the dataset which contains all the values for this this Isolated Storage saved user setting file

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )