IPropertyExtractionTreeNodeExtractProperties(IPropertyExtractionTreeNode, String) Method |
Extracts properties from the given text using the configured name splitter and property evaluators.
Namespace: Altaxo.Serialization.NamePropertyExtractionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
SyntaxIEnumerable<(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,
ObjectAn enumerable of property name and value tuples.
See Also