C# 클래스 Neutronium.Core.Binding.GlueObject.JsSimpleCommand

상속: GlueBase, IJSObservableBridge
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

Private Properties

프로퍼티 타입 설명
Execute void

공개 메소드들

메소드 설명
GetChildren ( ) : IEnumerable
JsSimpleCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, ISimpleCommand simpleCommand ) : System.Collections.Generic
SetMappedJSValue ( IJavascriptObject ijsobject ) : void

보호된 메소드들

메소드 설명
ComputeString ( StringBuilder sb, HashSet alreadyComputed ) : void
LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool

비공개 메소드들

메소드 설명
Execute ( IJavascriptObject e ) : void

메소드 상세

ComputeString() 보호된 메소드

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

GetChildren() 공개 메소드

public GetChildren ( ) : IEnumerable
리턴 IEnumerable

JsSimpleCommand() 공개 메소드

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

LocalComputeJavascriptValue() 보호된 메소드

protected LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool
factory IJavascriptObjectFactory
리턴 bool

SetMappedJSValue() 공개 메소드

public SetMappedJSValue ( IJavascriptObject ijsobject ) : void
ijsobject IJavascriptObject
리턴 void