Click or drag to resize
PortableSettings Class
Class for handling configuration files
Inheritance Hierarchy
SystemObject
  BlackBerry.WorkspacesPortableSettings

Namespace:  BlackBerry.Workspaces
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class PortableSettings

The PortableSettings type exposes the following members.

Constructors
  NameDescription
Public methodPortableSettings
Initializes a new instance of the PortableSettings class
Top
Properties
  NameDescription
Public propertyItem
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBool
Public methodGetBoolSafe
Public methodGetDouble
Public methodGetDoubleSafe
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInt
Public methodGetIntSafe
Public methodGetLong
Public methodGetLongSafe
Public methodGetString
Public methodGetStringArraySafe
Public methodGetStringSafe
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReload
Public methodSave
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also