Click or drag to resize

PropertyService Class

[Missing <summary> documentation for "T:Altaxo.Main.Services.PropertyService"]

Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesPropertyService

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PropertyService : IPropertyService

The PropertyService type exposes the following members.

Constructors
 NameDescription
Public methodPropertyServiceInitializes a new instance of the PropertyService class
Top
Properties
 NameDescription
Public propertyApplicationSettings 
Public propertyBuiltinSettings 
Public propertyConfigDirectory 
Public propertyDataDirectory 
Public propertyLocalApplicationSettings Gets the local application settings (applications specific for this PC). This data are stored in the LOCALAPPDATA folder.
Public propertyLocalApplicationSettingsFile 
Public propertyPropertiesFileName 
Public propertyUserSettings 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValueT(PropertyKeyT, RuntimePropertyKind) 
Public methodGetValueT(String, T) 
Public methodGetValueT(PropertyKeyT, RuntimePropertyKind, FuncT) 
Public methodGetValueOrNullT 
Protected methodInternalLoadUserSettingsBag 
Protected methodInternalSaveUserSettingsBag 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged 
Public methodRemove 
Public methodSave 
Public methodSetValueT(PropertyKeyT, T) 
Public methodSetValueT(String, T) 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
Fields
 NameDescription
Protected field_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.
Protected field_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.
Top
See Also