PropertyKeyT(String, String, PropertyLevel, FuncT) Constructor |
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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