Click or drag to resize
ExpressionParser Class
条件表达式解析器
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.XpdlExpressionParser

Namespace: Slickflow.Engine.Xpdl
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class ExpressionParser

The ExpressionParser type exposes the following members.

Constructors
  NameDescription
Public methodExpressionParser
Initializes a new instance of the ExpressionParser class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsNumeric
判断字符串是否是数字类型
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse
解析条件表达式
Public methodToString (Inherited from Object.)
Top
See Also