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

파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
BuilString ( StringBuilder sb, HashSet alreadyComputed ) : void
ComputeJavascriptValue ( IJavascriptObjectFactory factory, IJavascriptSessionCache cache ) : void
GetChildren ( ) : IEnumerable
ToString ( ) : string

보호된 메소드들

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

메소드 상세

AfterChildrenComputeJavascriptValue() 보호된 메소드

protected AfterChildrenComputeJavascriptValue ( ) : void
리턴 void

BuilString() 공개 메소드

public BuilString ( StringBuilder sb, HashSet alreadyComputed ) : void
sb System.Text.StringBuilder
alreadyComputed HashSet
리턴 void

ComputeJavascriptValue() 공개 메소드

public ComputeJavascriptValue ( IJavascriptObjectFactory factory, IJavascriptSessionCache cache ) : void
factory IJavascriptObjectFactory
cache IJavascriptSessionCache
리턴 void

ComputeString() 보호된 추상적인 메소드

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

GetChildren() 공개 추상적인 메소드

public abstract GetChildren ( ) : IEnumerable
리턴 IEnumerable

LocalComputeJavascriptValue() 보호된 추상적인 메소드

protected abstract LocalComputeJavascriptValue ( IJavascriptObjectFactory context ) : bool
context IJavascriptObjectFactory
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string