Click or drag to resize

StyleListManagerBaseForClassesTList, TItem, TListManagerEntryGetDeserializedInstanceFromInstanceAndSetName Method

Resolves a deserialized item template to the shared registered instance.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public TItem GetDeserializedInstanceFromInstanceAndSetName(
	IXmlDeserializationInfo deserializationInfo,
	TItem instanceTemplate,
	string setName
)

Parameters

deserializationInfo  IXmlDeserializationInfo
The deserialization context.
instanceTemplate  TItem
The template instance to resolve.
setName  String
The name of the style list to search first.

Return Value

TItem
The matching registered instance if found; otherwise, instanceTemplate.
See Also