Aqla Solutions

[This is preliminary documentation and is subject to change.]

The JLExpressionExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConvertType
Helper method that provides conversation functionality
Public methodStatic memberGetAnyResultSafe
Calls GetAnyResult(IExecutionContext) if the specified expression is not null, otherwise returns null
Public methodStatic memberGetResult(JLExpression, Type, IExecutionContext)
Extension method to call the specified expression if it's not null and return its result converted to the specified expectedType
Public methodStatic memberGetResult<(Of <<'(T>)>>)(JLExpression, IExecutionContext)
Extension method to call the specified expression if it's not null and return its result converted to the specified T type
Public methodStatic memberGetResult<(Of <<'(T>)>>)(array<JLExpression>[]()[][], IExecutionContext)
Extension method to call the specified expressions array if it's not null and return the resulting array of the converted to the specified T type return values

See Also