• Guides
  • API Reference
  • Changelog
Show / Hide Table of Contents
  • DCR
    • EventKind
    • Expression
    • Flat
    • Graph
    • IEvent
    • Marking
    • NotEnabled
    • Path
    • TimeManager
    • Tools
    • UserNotAllowed
    • Value
  • DCR.Time
    • Duration
    • Timezones

Class Expression

Type of Expressions (for guards).

Inheritance
System.Object
Expression
Namespace: DCR
Assembly: Engine.dll
Syntax
public class Expression : Object

Constructors

Expression(String)

Construct by parsing string

Declaration
public Expression(string expr)
Parameters
Type Name Description
System.String expr

String representation of Expression to construct. Refer to the Expression guide for details on this representation.

Methods

ToString()

Return string representation

Declaration
public override string ToString()
Returns
Type Description
System.String
In This Article
Back to top © 2019 DCR Solutions