Name |
public class NameSplitterBySeparatorStrings : NameSplitterBase, INameSplitter, IPropertyExtractionTreeNode, IEquatable<NameSplitterBySeparatorStrings>
The NameSplitterBySeparatorStrings type exposes the following members.
| Name | Description | |
|---|---|---|
| NameSplitterBySeparatorStrings | Initializes a new instance of the NameSplitterBySeparatorStrings class |
| 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 NameSplitterBase) | |
| RemoveEmptyEntries | Gets or sets a value indicating whether to remove empty entries when splitting the name. If set to true, empty entries will be removed from the resulting list of name parts. | |
| Separators | Gets or sets the separator strings used to split the name into parts. This property is required and must be set during initialization. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Split | Splits a name into its parts. | |
| ToString | (Overrides NameSplitterBase.ToString) |