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

Mostra file Open project: David-Desmaisons/MVVM.CEF.Glue

Public Methods

Method Description
BuilString ( StringBuilder sb, HashSet alreadyComputed ) : void
ComputeJavascriptValue ( IJavascriptObjectFactory factory, IJavascriptSessionCache cache ) : void
GetChildren ( ) : IEnumerable
ToString ( ) : string

Protected Methods

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

Method Details

AfterChildrenComputeJavascriptValue() protected method

protected AfterChildrenComputeJavascriptValue ( ) : void
return void

BuilString() public method

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

ComputeJavascriptValue() public method

public ComputeJavascriptValue ( IJavascriptObjectFactory factory, IJavascriptSessionCache cache ) : void
factory IJavascriptObjectFactory
cache IJavascriptSessionCache
return void

ComputeString() protected abstract method

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

GetChildren() public abstract method

public abstract GetChildren ( ) : IEnumerable
return IEnumerable

LocalComputeJavascriptValue() protected abstract method

protected abstract LocalComputeJavascriptValue ( IJavascriptObjectFactory context ) : bool
context IJavascriptObjectFactory
return bool

ToString() public method

public ToString ( ) : string
return string