IProperty |
public interface IPropertyEvaluator : IPropertyExtractionTreeNode
The IPropertyEvaluator 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.
(Inherited from IPropertyExtractionTreeNode) | |
| PropertyName | Gets the name of the property that is evaluated. |
| Name | Description | |
|---|---|---|
| EnumeratePropertyNames |
Enumerates all property names in the name splitter tree.
(Inherited from IPropertyExtractionTreeNode) | |
| EnumeratePropertyNames(IPropertyExtractionTreeNode) |
Enumerates all property names in the name splitter tree, starting from the specified root node.
(Inherited from IPropertyExtractionTreeNode) | |
| Evaluate | Evaluates a text and extracts a property name and its value. | |
| ExtractProperties(String) |
Extracts properties from the given text using the configured name splitter and property evaluators.
(Inherited from IPropertyExtractionTreeNode) | |
| ExtractProperties(IPropertyExtractionTreeNode, String) |
Extracts properties from the given text using the configured name splitter and property evaluators.
(Inherited from IPropertyExtractionTreeNode) |