Click or drag to resize

PropertyKeyBase(Type, String, String, PropertyLevel, Type) Constructor

Initializes a new instance of the PropertyKeyBase class.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected PropertyKeyBase(
	Type typeOfProperty,
	string guidString,
	string propertyName,
	PropertyLevel applicationLevel,
	Type? applicationItemType
)

Parameters

typeOfProperty  Type
The type of the property value.
guidString  String
The unique key string.
propertyName  String
The display name of the property.
applicationLevel  PropertyLevel
The application level at which the property applies.
applicationItemType  Type
The document item type this property applies to.
See Also