BCSMetadataEvaluateScriptExpression Method (String, Object) |
Evaluates an expression with the specified argument.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public Object EvaluateScriptExpression(
string expression,
Object arg
)
Public Function EvaluateScriptExpression (
expression As String,
arg As Object
) As Object
Parameters
- expression
- Type: SystemString
The expression to evaluate.
- arg
- Type: SystemObject
The parameter required to evaluate the expression. ByRef parameter is not supported.
Return Value
Type:
Object
The result of the expression evaluation.
Remarks
Internally, this method uses the IAEMetaData5.FireScriptEventEx method to
support the expression evaluation (the method is defined in BlueCieloECM.AMAutoEx PIA).
See Also