Show / Hide Table of Contents

Class WellKnownExpressionPrefix

A container for runtime constants representing the built-in types of TALES expression.

Inheritance
System.Object
WellKnownExpressionPrefix
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public static class WellKnownExpressionPrefix

Properties

| Improve this Doc View Source

DefinedVariablePath

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

Not

The prefix for 'not' expressions.

Declaration
public static string Not { get; }
Property Value
Type Description
System.String

The not prefix.

| Improve this Doc View Source

Path

The prefix for 'path' expressions.

Declaration
public static string Path { get; }
Property Value
Type Description
System.String

The path prefix.

| Improve this Doc View Source

Pipe

The prefix for 'pipe' expressions.

Declaration
public static string Pipe { get; }
Property Value
Type Description
System.String

The pipe prefix.

| Improve this Doc View Source

ShortStringAlias

A shortened alias for 'string' expressions.

Declaration
public static string ShortStringAlias { get; }
Property Value
Type Description
System.String

The string prefix alias.

| Improve this Doc View Source

String

The prefix for 'string' expressions.

Declaration
public static string String { get; }
Property Value
Type Description
System.String

The string prefix.

| Improve this Doc View Source

Structure

The prefix for 'structure' expressions.

Declaration
public static string Structure { get; }
Property Value
Type Description
System.String

The structure prefix.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX