C# 클래스 Slickflow.Engine.Xpdl.ExpressionParser

条件表达式解析器
파일 보기 프로젝트 열기: uname-yang/WorkFlow-Engine-OData-WebApi-with-OdataClient

공개 메소드들

메소드 설명
IsNumeric ( string value ) : bool

判断字符串是否是数字类型

Parse ( string filterString ) : bool

解析条件表达式

메소드 상세

IsNumeric() 공개 정적인 메소드

判断字符串是否是数字类型
public static IsNumeric ( string value ) : bool
value string
리턴 bool

Parse() 공개 정적인 메소드

解析条件表达式
public static Parse ( string filterString ) : bool
filterString string
리턴 bool