Property | Type | Description | |
---|---|---|---|
Execute | void | ||
SetError | System.Threading.Tasks.Task | ||
SetResult | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
GetChildren ( ) : IEnumerable |
||
JsResultCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, IResultCommand resultCommand ) : System | ||
SetMappedJSValue ( IJavascriptObject ijsobject ) : void |
Method | Description | |
---|---|---|
ComputeString ( StringBuilder sb, HashSet |
||
LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool |
Method | Description | |
---|---|---|
Execute ( IJavascriptObject e ) : void | ||
SetError ( IJavascriptObject promise, |
||
SetResult ( IJavascriptObject promise, object result ) : System.Threading.Tasks.Task |
protected ComputeString ( StringBuilder sb, HashSet |
||
sb | StringBuilder | |
alreadyComputed | HashSet |
|
return | void |
public JsResultCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, IResultCommand resultCommand ) : System | ||
context | HTMLViewContext | |
converter | IJavascriptToCSharpConverter | |
resultCommand | IResultCommand | |
return | System |
protected LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool | ||
factory | IJavascriptObjectFactory | |
return | bool |
public SetMappedJSValue ( IJavascriptObject ijsobject ) : void | ||
ijsobject | IJavascriptObject | |
return | void |