Click or drag to resize

SuspendableDocumentNodeGetDocumentNodeChildrenWithName Method

Infrastructure: Gets all child nodes of this instance along with its name, and optionally, a method to set the member variable which holds that child node to null. The returned enumeration is used to (i) provide default implementations for GetChildObjectNamed(String) and GetNameOfChildObject(IDocumentLeafNode) and (ii) to dispose all child objects when this instance (the parent) is disposed.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract IEnumerable<DocumentNodeAndName> GetDocumentNodeChildrenWithName()

Return Value

IEnumerableDocumentNodeAndName
Enumeration of all child nodes of this instance along with their name and optionally a method to set the member variable which holds that child node to null.
See Also