Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

UserPreferenceHelper class

From Catglobe Wiki

UserPreferenceHelper



A user preference helper

Parent class

Inherits from object

Constructors

  • () - Instanciate new helper

Methods

  • Dictionary GetAllSystemUserPreferencesByPrefType(int prefType "Unique key for the setting") - Get all existing system stored values for a given prefType.
  • Dictionary GetAllSystemUserPreferenceValuesByPrefType(int prefType "Unique key for the setting") - Get all existing system stored values for a given prefType.
  • UserPreference GetSystemUserPreference(string navName "Navigation access value was stored with", int prefType "Unique key for the setting") - Get existing system stored value.
  • UserPreference GetSystemUserPreference(string navName "Navigation access to associate the value with", int prefType "Unique key for the setting", string value "Value to store") - Create a new or update existing system stored value.
  • (From object) string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.