IName |
The INameSplitter type exposes the following members.
| 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. |