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

Inheritance: GlueBase, IJSObservableBridge
Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue

Private Properties

Свойство Type Description
Execute void

Méthodes publiques

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

Méthodes protégées

Méthode Description
ComputeString ( StringBuilder sb, HashSet alreadyComputed ) : void
LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool

Private Methods

Méthode Description
Execute ( IJavascriptObject e ) : void

Method Details

ComputeString() protected méthode

protected ComputeString ( StringBuilder sb, HashSet alreadyComputed ) : void
sb System.Text.StringBuilder
alreadyComputed HashSet
Résultat void

GetChildren() public méthode

public GetChildren ( ) : IEnumerable
Résultat IEnumerable

JsSimpleCommand() public méthode

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

LocalComputeJavascriptValue() protected méthode

protected LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool
factory IJavascriptObjectFactory
Résultat bool

SetMappedJSValue() public méthode

public SetMappedJSValue ( IJavascriptObject ijsobject ) : void
ijsobject IJavascriptObject
Résultat void