PropertyBagLazyLoadedConvertFromLazy Method |
Converts a property from the lazy representation as Xml string into the real value. Then the lazy property entry
is removed, and the property is stored in the regular property dictionary.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ConvertFromLazy(
string propName,
string xml
)
Parameters
- propName String
- Name of the property.
- xml String
- The XML.
See Also