PropertyKeyT(String, String, PropertyLevel, Type, 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,
Type? applicationItemType,
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.
- applicationItemType Type
- Type of the application item (only useful if the application level contains Document). Can be null otherwise.
- CreateBuiltinValue FuncT
- Procedure to create the value that is stored in the BuiltinSettings when this constructor is called.
See Also