Click or drag to resize

PropertiesSetNestedProperties Method

Attaches the specified properties container as nested properties. This method is intended to be used in conjunction with the IMementoCapable pattern where a new unattached properties container is created and then later attached to a parent container.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetNestedProperties(
	string key,
	Properties properties
)

Parameters

key  String
The key under which to store the nested properties.
properties  Properties
The properties container to attach.
See Also