JsExpression Methods
The JsExpression type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Cast(Type, String) | |
|
|
Cast(Type, String, JsExpression) | |
|
|
Constant(Int32) |
Return ValueLiteral representing integer constant |
|
|
Constant(DateTime) | |
|
|
Constant(DateTimeOffset) | |
|
|
Constant(String) |
Return ValueLiteral representing string constant |
|
|
Equals(System.Object) | (Inherited from ValueType.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from ValueType.) |
|
|
GetType | (Inherited from Object.) |
|
|
If |
New JavaScript boolean expression from LINQ expression
|
|
|
Is | |
|
|
Lazy |
New lazy expression from definition with
optional additional modifier
|
|
|
Logic | |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ModelIf<(Of <<'(TParam>)>>) |
New JavaScript boolean expression using Selector of Model property
|
|
|
ModelLambda<(Of <<'(TParam, TResult>)>>) |
Return ValueJavaScript expression from lambda expression |
|
|
Replace | |
|
|
Select(JsExpression, LambdaExpression) | |
|
|
Select<(Of <<'(TModel, TProp>)>>)(JsExpression, Expression<(Of <<'(Func<(Of <<'(TModel, TProp>)>>)>)>>)) | |
|
|
To | |
|
|
ToString |

