Click or drag to resize

PropertyKeyT(String, String, PropertyLevel, Type) 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,
	Type applicationItemType
)

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.
See Also