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.3179.0 (4.8.3179.0)
Syntax
C#
protected PropertyKeyBase(
	Type typeOfProperty,
	string guidString,
	string propertyName,
	PropertyLevel applicationLevel,
	Type? applicationItemType
)

Parameters

typeOfProperty  Type

[Missing <param name="typeOfProperty"/> documentation for "M:Altaxo.Main.Properties.PropertyKeyBase.#ctor(System.Type,System.String,System.String,Altaxo.Main.Properties.PropertyLevel,System.Type)"]

guidString  String

[Missing <param name="guidString"/> documentation for "M:Altaxo.Main.Properties.PropertyKeyBase.#ctor(System.Type,System.String,System.String,Altaxo.Main.Properties.PropertyLevel,System.Type)"]

propertyName  String

[Missing <param name="propertyName"/> documentation for "M:Altaxo.Main.Properties.PropertyKeyBase.#ctor(System.Type,System.String,System.String,Altaxo.Main.Properties.PropertyLevel,System.Type)"]

applicationLevel  PropertyLevel

[Missing <param name="applicationLevel"/> documentation for "M:Altaxo.Main.Properties.PropertyKeyBase.#ctor(System.Type,System.String,System.String,Altaxo.Main.Properties.PropertyLevel,System.Type)"]

applicationItemType  Type

[Missing <param name="applicationItemType"/> documentation for "M:Altaxo.Main.Properties.PropertyKeyBase.#ctor(System.Type,System.String,System.String,Altaxo.Main.Properties.PropertyLevel,System.Type)"]

See Also