Click or drag to resize

PropertyBagInformation(String, PropertyLevel, Type) Constructor

Initializes a new instance of the PropertyBagInformation class

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PropertyBagInformation(
	string name,
	PropertyLevel applicationLevel,
	Type? applicationItemType
)

Parameters

name  String

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

applicationLevel  PropertyLevel

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

applicationItemType  Type

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

See Also