Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Main Namespaces
Altaxo.Main.Services
PropertyService Class
PropertyService Methods
GetValue Method
GetValueOrNull<T> Method
InternalLoadUserSettingsBag Method
InternalSaveUserSettingsBag Method
OnPropertyChanged Method
Remove Method
Save Method
SetValue Method
Property
Service
Get
Value
Or
Null
T
Method
Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
Namespace:
Altaxo.Main.Services
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
T
GetValueOrNull
<T>(
PropertyKey
<T>
p
,
RuntimePropertyKind
kind
)
Parameters
p
PropertyKey
T
The property key.
kind
RuntimePropertyKind
Designates the kind of property to search.
Type Parameters
T
Type of the property value.
Return Value
T
The property value (if the property was found), or the default value defined by the property key (if not found).
Implements
IPropertyService
GetValueOrNull
T
(PropertyKey
T
, RuntimePropertyKind)
See Also
Reference
PropertyService Class
Altaxo.Main.Services Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net