Click or drag to resize

INameSplitter Methods

The INameSplitter type exposes the following members.

Methods
 NameDescription
Public methodEnumeratePropertyNames Enumerates all property names in the name splitter tree.
(Inherited from IPropertyExtractionTreeNode)
Public methodStatic memberEnumeratePropertyNames(IPropertyExtractionTreeNode) Enumerates all property names in the name splitter tree, starting from the specified root node.
(Inherited from IPropertyExtractionTreeNode)
Public methodExtractProperties(String) Extracts properties from the given text using the configured name splitter and property evaluators.
(Inherited from IPropertyExtractionTreeNode)
Public methodStatic memberExtractProperties(IPropertyExtractionTreeNode, String) Extracts properties from the given text using the configured name splitter and property evaluators.
(Inherited from IPropertyExtractionTreeNode)
Public methodSplit Splits a name into its parts.
Top
See Also