C# Class Neutronium.JavascriptFramework.Knockout.KnockoutFrameworkManager

Inheritance: IJavascriptFrameworkManager
Datei anzeigen Open project: David-Desmaisons/MVVM.CEF.Glue

Private Properties

Property Type Description
GetResourceReader Neutronium.Core.Infra.ResourceReader

Public Methods

Method Description
CreateManager ( IWebView webView, IJavascriptObject listener, IWebSessionLogger logger ) : IJavascriptViewModelManager
GetDebugScript ( ) : string
GetDebugToogleScript ( ) : string
GetMainScript ( bool debugMode ) : string
HasDebugScript ( ) : bool

Private Methods

Method Description
GetResourceReader ( ) : ResourceReader

Method Details

CreateManager() public method

public CreateManager ( IWebView webView, IJavascriptObject listener, IWebSessionLogger logger ) : IJavascriptViewModelManager
webView IWebView
listener IJavascriptObject
logger IWebSessionLogger
return IJavascriptViewModelManager

GetDebugScript() public method

public GetDebugScript ( ) : string
return string

GetDebugToogleScript() public method

public GetDebugToogleScript ( ) : string
return string

GetMainScript() public method

public GetMainScript ( bool debugMode ) : string
debugMode bool
return string

HasDebugScript() public method

public HasDebugScript ( ) : bool
return bool