Aqla Solutions

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

The JLExpression type exposes the following members.

Constructors

  NameDescription
Protected methodJLExpression
Initializes a new instance of the JLExpression class

Methods

  NameDescription
Public methodStatic memberBuild<(Of <<'(T>)>>)
Creates an expression fluently
Public methodGetAnyResult
Override it to provide your logic for the expression

Extension Methods

  NameDescription
Public Extension MethodGetAnyResultSafe
Calls GetAnyResult(IExecutionContext) if the specified expression is not null, otherwise returns null
(Defined by JLExpressionExtensions.)
Public Extension MethodGetResult(Type, IExecutionContext)Overloaded.
Extension method to call the specified expression if it's not null and return its result converted to the specified expectedType
(Defined by JLExpressionExtensions.)
Public Extension MethodGetResult<(Of <<'(T>)>>)(IExecutionContext)Overloaded.
Extension method to call the specified expression if it's not null and return its result converted to the specified T type
(Defined by JLExpressionExtensions.)

Fields

  NameDescription
Public fieldExpanded
Weather unit is expanded in the inspector
(Inherited from JLUnitBase.)

See Also