The UserSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserSettings |
Initializes a new instance of the UserSettings class for
the current session user.
|
Methods
Name | Description | |
---|---|---|
ChangeWatchedAttributes |
Changes what attributes of the UserSettings are being watch.
| |
ChangeWatchedAttributesAsync |
Asynchronously changes what attributes of the UserSettings are being watch.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetAttributeAsBool |
Gets boolean value for the named attribute. A trueTruetruetrue (True in Visual Basic) boolean attribute has a string value.
of "Yes".
| |
GetAttributeAsString |
Gets the values for the named attribute.
| |
GetAttributeAsStrings |
Gets the string values for the named attribute.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsWatching()()()() |
Determines whether a watch is active.
| |
IsWatching(String) |
Determines whether a watch is active and if the specified value is being watched.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAttributeFromBool |
Sets attribute value and propagates the changes.
| |
SetAttributeFromBoolAsync |
Asynchronously sets attribute value and propagates the changes.
| |
SetAttributeFromString |
Sets the attribute value and propagates the changes.
| |
SetAttributeFromStringAsync |
Asynchronously sets the attribute value and propagates the changes.
| |
SetAttributeFromStrings |
Sets attribute value based on strings and propagates the changes.
| |
SetAttributeFromStringsAsync |
Asynchronously sets attribute value based on strings and propagates the changes.
| |
StartWatching |
Starts watching the specified attributeNames for these UserSettings.
| |
StartWatchingAsync |
Asynchronously starts watching the specified attributeNames for these UserSettings.
| |
StopWatching |
Stops watching user settings.
| |
StopWatchingAsync |
Asynchronously stops watching user settings.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
WatchedAttributesChanged |
Occurs when one of the watched attribute values has been changed.
|