Property |
public class PropertyServiceFallbackImplementation : IPropertyService
The PropertyServiceFallbackImplementation type exposes the following members.
Name | Description | |
---|---|---|
PropertyServiceFallbackImplementation | Initializes a new instance of the PropertyServiceFallbackImplementation class. |
Name | Description | |
---|---|---|
ApplicationSettings | Gets the property bag with application settings. These are typically stored in the .addin file. | |
BuiltinSettings | Gets the builtin settings. These are typically hard-coded in the program. | |
ConfigDirectory | Absolute path to the application's config directory. | |
DataDirectory | Absolute path to the application's data directory. This is the directory where e.g. resources for the application are stored. | |
LocalApplicationSettings | Returns the property bag with local application settings (settings on this computer, global for all users). These are typically stored in the LOCALAPPDATA directory. This bag is not used by Altaxo (but by other programs). | |
UserSettings | Returns the property bag with user settings. These are typically stored in the user's application settings directory. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetValueT(PropertyKeyT, RuntimePropertyKind) | Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings. | |
GetValueT(String, T) | Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings. | |
GetValueT(PropertyKeyT, RuntimePropertyKind, FuncT) | Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings. | |
GetValueOrNullT | Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Save | Since this is the fallback implementation, this call has no effect. | |
SetValueT(PropertyKeyT, T) | Sets a value belonging to a property key | |
SetValueT(String, T) | Sets a value associated with a property key. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property has changed. Argument is the property key. |