Click or drag to resize

IPropertyExtractionTreeNodeExtractProperties(IPropertyExtractionTreeNode, String) Method

Extracts properties from the given text using the configured name splitter and property evaluators.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
IEnumerable<(string PropertyName, Object PropertyValue)> ExtractProperties(
	IPropertyExtractionTreeNode rootNode,
	string text
)

Parameters

rootNode  IPropertyExtractionTreeNode
The root node of the name splitter tree.
text  String
The text to extract properties from.

Return Value

IEnumerableValueTupleString, Object
An enumerable of property name and value tuples.
See Also