ExpressionString Class |
Namespace: Colygon.MatchPoint.Core.Expressions
[SerializableAttribute] public class ExpressionString : IXmlStringSerializable
The ExpressionString type exposes the following members.
Name | Description | |
---|---|---|
ExpressionString | Initializes a new instance of the ExpressionString class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate | Evaluates the ExpressionString using the provided scope, or the default scope if the provided one is null. | |
EvaluateToString |
Evaluates the ExpressionString to a string using the provided scope, or the default scope if the provided one
is null.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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.) | |
Parse | Converts a string into an ExpressionString. | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
(Int32 to ExpressionString) | Implicitly converts an int to an ExpressionString. | |
(String to ExpressionString) | Implicitly converts a string to an ExpressionString. | |
(ExpressionString to String) | Implicitly evaluates the ExpressionString to a string value. | |
(ExpressionString to Expression) | Implicitly converts an ExpressionString to an Expression. |