Click or drag to resize

PropertyKeyT(String, String, PropertyLevel, FuncT) Constructor

Initializes a new instance of the PropertyKeyT class.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyKey(
	string guidString,
	string propertyName,
	PropertyLevel applicationLevel,
	Func<T> CreateBuiltinValue
)

Parameters

guidString  String
The unique identifier string used as a key string for this property.
propertyName  String
Name of the property. This name can contain backslashes, so that the property keys can be grouped by categories.
applicationLevel  PropertyLevel
The application level of this property.
CreateBuiltinValue  FuncT
Procedure to create the value that is stored in the BuiltinSettings when this constructor is called.
See Also