ExpressionParser Class |
Note: This API is now obsolete.
Namespace: NetQuarry.Data
The ExpressionParser type exposes the following members.
Name | Description | |
---|---|---|
ExpressionParser | Initializes a new instance of the ExpressionParser class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExtractFieldKeys(String) | Obsolete.
Construct a set of keys for the fields referenced in the specified expression.
This class is deprecated. Use NetQuarry.ExpressionParser.ExtractFieldKeys.
| |
ExtractFieldKeys(String, Boolean) | Obsolete.
Construct a set of keys for the fields referenced in the specified expression.
This class is deprecated. Use NetQuarry.ExpressionParser.ExtractFieldKeys.
| |
ExtractFlags | Obsolete.
Converts a string of field expression flags to their corresponding enum flags.
Field expression flags occur in field expressions immediately following the
opening square bracket.
This class is deprecated. Use NetQuarry.ExpressionParser.ExtractFlags.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasReferences | Obsolete.
Determines if the specified expression includes field references.
This class is deprecated. Use NetQuarry.ExpressionParser.HasReferences.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse(String, String) | Obsolete.
Parse a field expression extracting its expression attribute and reference string. Flag characters,
if any, must precede the expression itself and any leading and/or trailing square brackets will be removed.
This class is deprecated. Use NetQuarry.ExpressionParser.Parse.
| |
Parse(String, String, String) | Obsolete.
Parse a field expression into its flag characters and reference string. Flag characters,
if any, must precede the expression itself.
This class is deprecated. Use NetQuarry.ExpressionParser.Parse.
| |
ResolveReferences | Obsolete.
Common helper function to resolve a string of references, given a list of possible
replacement values (contained in property collection).
This class is deprecated. Use NetQuarry.ExpressionParser.ResolveReferences.
| |
ToNumericString | Obsolete.
Convert a supposedly numeric string into a validated numeric string. This method has two purposes:
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
FieldRefFlags | Obsolete.
The set of valid field reference flags used in field reference expressions.
This class is deprecated. Use NetQuarry.ExpressionParser.FieldRefFlags.
| |
RefCaption | Obsolete.
The field reference flag signifying that the expression should be resolved using the field's caption
UseCaption.
This class is deprecated. Use NetQuarry.ExpressionParser.RefCaption.
|
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |