コード例 #1
0
ファイル: FeelEngine.cs プロジェクト: zf321/ESS.FW.Bpm
 public virtual T EvaluateSimpleExpression <T>(string simpleExpression, IVariableContext variableContext)
 {
     throw LOG.simpleExpressionNotSupported();
 }