Click or drag to resize

PropertyCollection(Object, Boolean, Boolean, String) Constructor

Initializes a new instance of the PropertyCollection class.

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PropertyCollection(
	Object instance,
	bool noCategory,
	bool automaticlyExpandObjects,
	string filter
)

Parameters

instance  Object
The object whose properties should be collected.
noCategory  Boolean
Whether properties should be listed without categories.
automaticlyExpandObjects  Boolean
Whether expandable objects should be expanded automatically.
filter  String
The name filter applied to collected properties.
See Also