Name |
public abstract class NameSplitterBase : IPropertyExtractionTreeNode, IEquatable<NameSplitterBase>
The NameSplitterBase type exposes the following members.
| Name | Description | |
|---|---|---|
| NameSplitterBase | Initializes a new instance of the NameSplitterBase 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. |
| Name | Description | |
|---|---|---|
| DeserializeChildren | Deserializes the children from the provided IXmlDeserializationInfo. | |
| 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) | |
| SerializeChildren | Serializes the children of the given NameSplitterBase instance into the provided IXmlSerializationInfo. |