C# Class Neutronium.Core.Binding.GlueObject.JsSimpleCommand

Inheritance: GlueBase, IJSObservableBridge
Mostra file Open project: David-Desmaisons/MVVM.CEF.Glue

Private Properties

Property Type Description
Execute void

Public Methods

Method Description
GetChildren ( ) : IEnumerable
JsSimpleCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, ISimpleCommand simpleCommand ) : System.Collections.Generic
SetMappedJSValue ( IJavascriptObject ijsobject ) : void

Protected Methods

Method Description
ComputeString ( StringBuilder sb, HashSet alreadyComputed ) : void
LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool

Private Methods

Method Description
Execute ( IJavascriptObject e ) : void

Method Details

ComputeString() protected method

protected ComputeString ( StringBuilder sb, HashSet alreadyComputed ) : void
sb System.Text.StringBuilder
alreadyComputed HashSet
return void

GetChildren() public method

public GetChildren ( ) : IEnumerable
return IEnumerable

JsSimpleCommand() public method

public JsSimpleCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, ISimpleCommand simpleCommand ) : System.Collections.Generic
context HTMLViewContext
converter IJavascriptToCSharpConverter
simpleCommand ISimpleCommand
return System.Collections.Generic

LocalComputeJavascriptValue() protected method

protected LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool
factory IJavascriptObjectFactory
return bool

SetMappedJSValue() public method

public SetMappedJSValue ( IJavascriptObject ijsobject ) : void
ijsobject IJavascriptObject
return void