Property |
[Missing <summary> documentation for "T:Altaxo.Main.Services.PropertyService"]
public class PropertyService : IPropertyService
The PropertyService type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyService | Initializes a new instance of the PropertyService class |
Name | Description | |
---|---|---|
![]() | ApplicationSettings | |
![]() | BuiltinSettings | |
![]() | ConfigDirectory | |
![]() | DataDirectory | |
![]() | LocalApplicationSettings | Gets the local application settings (applications specific for this PC). This data are stored in the LOCALAPPDATA folder. |
![]() | LocalApplicationSettingsFile | |
![]() | PropertiesFileName | |
![]() | UserSettings |
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) | |
![]() | GetValueT(String, T) | |
![]() | GetValueT(PropertyKeyT, RuntimePropertyKind, FuncT) | |
![]() | GetValueOrNullT | |
![]() | InternalLoadUserSettingsBag | |
![]() | InternalSaveUserSettingsBag | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | OnPropertyChanged | |
![]() | Remove | |
![]() | Save | |
![]() | SetValueT(PropertyKeyT, T) | |
![]() | SetValueT(String, T) | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Name | Description | |
---|---|---|
![]() | _localApplicationSettings | The user settings bag is a bag that loads the properties lazy (as Xml string) during creation of this service. See remarks for why this is neccessary. |
![]() | _userSettings | The user settings bag is a bag that loads the properties lazy (as Xml string) during creation of this service. See remarks for why this is neccessary. |