PropertyCollection(Object, Boolean, Boolean, String) Constructor |
Namespace: Altaxo.Main.Services.PropertyReflectionAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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