Click or drag to resize

NameSplitterBySeparatorStrings Class

Splits a name into parts using the specified separator strings. The resulting list of name parts will be returned, with empty entries removed if specified.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.NamePropertyExtractionNameSplitterBase
    Altaxo.Serialization.NamePropertyExtractionNameSplitterBySeparatorStrings

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public class NameSplitterBySeparatorStrings : NameSplitterBase, 
	INameSplitter, IPropertyExtractionTreeNode, IEquatable<NameSplitterBySeparatorStrings>

The NameSplitterBySeparatorStrings type exposes the following members.

Constructors
 NameDescription
Public methodNameSplitterBySeparatorStringsInitializes a new instance of the NameSplitterBySeparatorStrings class
Top
Properties
 NameDescription
Public propertyChildren Gets a list of child nodes, where each tuple contains the index of the name part and the corresponding child node.
(Inherited from NameSplitterBase)
Public propertyRemoveEmptyEntries 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.
Public propertySeparators Gets or sets the separator strings used to split the name into parts. This property is required and must be set during initialization.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSplit Splits a name into its parts.
Public methodToString
(Overrides NameSplitterBase.ToString)
Top
See Also