Click or drag to resize

PropertyExtractorElement Class

Represents an element that extracts properties from names using a name splitter and property evaluators.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.NamePropertyExtractionPropertyExtractorElement

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public class PropertyExtractorElement

The PropertyExtractorElement type exposes the following members.

Constructors
 NameDescription
Public methodPropertyExtractorElementInitializes a new instance of the PropertyExtractorElement class
Top
Properties
 NameDescription
Public propertyNameSplitter Gets or sets the name splitter used to split names into parts.
Public propertyPropertyEvaluators Gets a dictionary of property evaluators, where the key is the index of the name part to evaluate and the value is the corresponding property evaluator.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExtractProperties Extracts properties from the given text using the configured name splitter and property evaluators.
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 methodGetHashCodeServes as the default hash function.
(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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also