IName |
public interface INameSplitter : IPropertyExtractionTreeNode
The INameSplitter 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) |
| 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) | |
| 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) | |
| Split | Splits a name into its parts. |