Colygon.MatchPoint.Core.Expressions Namespace |
Class | Description | |
---|---|---|
ClientCallableAttribute | Specifies a method that can be called from client side JS script despite disabled client script calls. | |
CodeAnalyzer | Helper class for analyzing an expression. | |
ConnectionData | Provides access to MatchPoint controls that are available on the current page. | |
DateTimeExtensions |
Provides extension methods for the DateTime class. These methods can be used for accessing basic
operations from the expression engine or from the API.
| |
DictionaryExtensions |
Provides extension methods for the DictionaryTKey, TValue class. These methods can be used for
accessing basic operations from the expression engine or from the API.
| |
EvaluationException | Represents an exception that occurs during evaluation of a MatchPoint expression. | |
EvaluatorScope | Provides a context for evaluating expressions. | |
Expression | Represents a MatchPoint expression. | |
ExpressionExtensionAttribute | Specifies that a class provides extensions for the MatchPoint expression engine. | |
ExpressionString | Provides access to the expression engine within parameters of a configuration class. | |
ExpressionVariableAttribute | Specifies that a class can be used as an expression variable within the MatchPoint expression engine. | |
IDataRecordExtensions |
Provides extension methods for the IDataRecord class. These methods can be used for accessing basic
operations from the expression engine or from the API.
| |
IEnumerableExtensions |
Provides extension methods for the IEnumerable class. These methods can be used for accessing basic
operations from the expression engine or from the API.
| |
IKnownNamesExtensions |
Provides extension methods for the IKnownNames class. These methods can be used for accessing basic
operations from the expression engine or from the API.
| |
ILookupValueExtensions |
Provides extension methods for the ILookupValue class. These methods can be used for accessing basic
operations from the expression engine or from the API.
| |
MPScope |
Provides a context for evaluating expressions.
Remarks
The oob expression variables of MatchPoint, as well as registered custom expression variables are
automatically provided.
| |
ObjectExtensions |
Provides extension methods for the Object class. These methods can be used for accessing basic
operations from the expression engine or from the API.
| |
PatternString | Allows using patterns (containing MatchPoint expressions) within parameters of a configuration class. | |
ResultValue | Provides a result value that is used for comparison in dynamic expression extensions. | |
SPListCollectionExtensions |
Provides extension methods for the SPListCollection class. These methods can be used for accessing
basic operations from the expression engine or from the API.
| |
SPViewCollectionExtensions |
Provides extension methods for the SPViewCollection class. These methods can be used for accessing
basic operations from the expression engine or from the API.
| |
StringExtensions |
Provides extension methods for the String class. These methods can be used for accessing basic
operations from the expression engine or from the API.
| |
TagExtensions |
Provides extension methods for the Tag class. These methods can be used for accessing basic operations
from the expression engine or from the API.
| |
UnsafeMethodAttribute | Specifies a method that should not be called from the expression engine. | |
VariableCollection |
Represents a collection of expression variables that are available within a MPScope.
| |
VariableUndefinedException | Represents an exception that occurs when an expression variable cannot be resolved. | |
XmlElementExtensions |
Provides extension methods for the XmlElement class. These methods can be used for accessing basic
operations from the expression engine or from the API.
|
Interface | Description | |
---|---|---|
IExpressionVariableFactory | Provides functionality for a singleton class that registers expression variables. |