Class WellKnownExpressionPrefix
A container for runtime constants representing the built-in types of TALES expression.
Inheritance
Inherited Members
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public static class WellKnownExpressionPrefix
Properties
| Improve this Doc View SourceDefinedVariablePath
The prefix for 'var' expressions. The are the same as 'path' expressions but using only defined (local or global) variables as the start-point for evaluation.
Declaration
public static string DefinedVariablePath { get; }
Property Value
Type | Description |
---|---|
System.String | The local-path prefix. |
GlobalVariablePath
The prefix for 'global' expressions. The are the same as 'path' expressions but using only global variables as the start-point for evaluation.
Declaration
public static string GlobalVariablePath { get; }
Property Value
Type | Description |
---|---|
System.String | The global-path prefix. |
LocalVariablePath
The prefix for 'local' expressions. The are the same as 'path' expressions but using only local variables as the start-point for evaluation.
Declaration
public static string LocalVariablePath { get; }
Property Value
Type | Description |
---|---|
System.String | The local-path prefix. |
Not
The prefix for 'not' expressions.
Declaration
public static string Not { get; }
Property Value
Type | Description |
---|---|
System.String | The not prefix. |
Path
The prefix for 'path' expressions.
Declaration
public static string Path { get; }
Property Value
Type | Description |
---|---|
System.String | The path prefix. |
Pipe
The prefix for 'pipe' expressions.
Declaration
public static string Pipe { get; }
Property Value
Type | Description |
---|---|
System.String | The pipe prefix. |
ShortStringAlias
A shortened alias for 'string' expressions.
Declaration
public static string ShortStringAlias { get; }
Property Value
Type | Description |
---|---|
System.String | The string prefix alias. |
String
The prefix for 'string' expressions.
Declaration
public static string String { get; }
Property Value
Type | Description |
---|---|
System.String | The string prefix. |
Structure
The prefix for 'structure' expressions.
Declaration
public static string Structure { get; }
Property Value
Type | Description |
---|---|
System.String | The structure prefix. |