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

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

Private Properties

프로퍼티 타입 설명
Execute void
SetError System.Threading.Tasks.Task
SetResult System.Threading.Tasks.Task

공개 메소드들

메소드 설명
GetChildren ( ) : IEnumerable
JsResultCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, IResultCommand resultCommand ) : System
SetMappedJSValue ( IJavascriptObject ijsobject ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
Execute ( IJavascriptObject e ) : void
SetError ( IJavascriptObject promise, Exception exception ) : System.Threading.Tasks.Task
SetResult ( IJavascriptObject promise, object result ) : System.Threading.Tasks.Task

메소드 상세

ComputeString() 보호된 메소드

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

GetChildren() 공개 메소드

public GetChildren ( ) : IEnumerable
리턴 IEnumerable

JsResultCommand() 공개 메소드

public JsResultCommand ( HTMLViewContext context, IJavascriptToCSharpConverter converter, IResultCommand resultCommand ) : System
context HTMLViewContext
converter IJavascriptToCSharpConverter
resultCommand IResultCommand
리턴 System

LocalComputeJavascriptValue() 보호된 메소드

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

SetMappedJSValue() 공개 메소드

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