Property |
public abstract class PropertyEvaluatorBase : IPropertyExtractionTreeNode, IEquatable<PropertyEvaluatorBase>
The PropertyEvaluatorBase type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyEvaluatorBase | Initializes a new instance of the PropertyEvaluatorBase 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. | |
| PropertyName | Gets or sets the name of the property to be evaluated. 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) |