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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void SetNestedProperties(
string key,
Properties properties
)
Parameters
- key String
[Missing <param name="key"/> documentation for "M:Altaxo.Main.Services.Properties.SetNestedProperties(System.String,Altaxo.Main.Services.Properties)"]
- properties Properties
[Missing <param name="properties"/> documentation for "M:Altaxo.Main.Services.Properties.SetNestedProperties(System.String,Altaxo.Main.Services.Properties)"]
See Also