Property | Type | Description | |
---|---|---|---|
CanExecuteCommand | void | ||
Command_CanExecuteChanged | void | ||
ExecuteCommand | void | ||
UpdateProperty | void |
Method | Description | |
---|---|---|
GetChildren ( ) : IEnumerable |
||
JSCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, ICommand command ) : System | ||
ListenChanges ( ) : void | ||
SetMappedJSValue ( IJavascriptObject ijsobject ) : void | ||
UnListenChanges ( ) : void |
Method | Description | |
---|---|---|
ComputeString ( StringBuilder sb, HashSet |
||
LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool |
Method | Description | |
---|---|---|
CanExecuteCommand ( IJavascriptObject e ) : void | ||
Command_CanExecuteChanged ( object sender, |
||
ExecuteCommand ( IJavascriptObject e ) : void | ||
UpdateProperty ( string propertyName, IJavascriptObject>.Func |
protected ComputeString ( StringBuilder sb, HashSet |
||
sb | StringBuilder | |
alreadyComputed | HashSet |
|
return | void |
public JSCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, ICommand command ) : System | ||
context | HTMLViewContext | |
converter | IJavascriptToCSharpConverter | |
command | ICommand | |
return | System |
protected LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool | ||
factory | IJavascriptObjectFactory | |
return | bool |
public SetMappedJSValue ( IJavascriptObject ijsobject ) : void | ||
ijsobject | IJavascriptObject | |
return | void |