IProperty |
public interface IPropertyExtractionTreeNode
The IPropertyExtractionTreeNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Children | Gets a list of child nodes, where each tuple contains the index of the name part and the corresponding child node. |
| Name | Description | |
|---|---|---|
| EnumeratePropertyNames | Enumerates all property names in the name splitter tree. | |
| EnumeratePropertyNames(IPropertyExtractionTreeNode) | Enumerates all property names in the name splitter tree, starting from the specified root node. | |
| ExtractProperties(String) | Extracts properties from the given text using the configured name splitter and property evaluators. | |
| ExtractProperties(IPropertyExtractionTreeNode, String) | Extracts properties from the given text using the configured name splitter and property evaluators. |