C# Class Neutronium.JavascriptFramework.Vue.VueJavascriptViewModelUpdater

Inheritance: IJavascriptViewModelUpdater
Exibir arquivo Open project: David-Desmaisons/MVVM.CEF.Glue Class Usage Examples

Public Methods

Method Description
ClearAllCollection ( IJavascriptObject array ) : void
Dispose ( ) : void
MoveCollectionItem ( IJavascriptObject array, IJavascriptObject item, int oldIndex, int newIndex ) : void
SpliceCollection ( IJavascriptObject array, int index, int number ) : void
SpliceCollection ( IJavascriptObject array, int index, int number, IJavascriptObject added ) : void
UpdateProperty ( IJavascriptObject father, string propertyName, IJavascriptObject value ) : void
VueJavascriptViewModelUpdater ( IWebView webView, IJavascriptObject listener, Lazy vueHelper, IWebSessionLogger logger ) : System

Private Methods

Method Description
AddUnsafe ( IJavascriptObject array, int index, int number, IJavascriptObject value ) : void
GetOrCreateSilenter ( IJavascriptObject father ) : IJavascriptObject
InjectUnsafe ( IJavascriptObject value ) : void

Method Details

ClearAllCollection() public method

public ClearAllCollection ( IJavascriptObject array ) : void
array IJavascriptObject
return void

Dispose() public method

public Dispose ( ) : void
return void

MoveCollectionItem() public method

public MoveCollectionItem ( IJavascriptObject array, IJavascriptObject item, int oldIndex, int newIndex ) : void
array IJavascriptObject
item IJavascriptObject
oldIndex int
newIndex int
return void

SpliceCollection() public method

public SpliceCollection ( IJavascriptObject array, int index, int number ) : void
array IJavascriptObject
index int
number int
return void

SpliceCollection() public method

public SpliceCollection ( IJavascriptObject array, int index, int number, IJavascriptObject added ) : void
array IJavascriptObject
index int
number int
added IJavascriptObject
return void

UpdateProperty() public method

public UpdateProperty ( IJavascriptObject father, string propertyName, IJavascriptObject value ) : void
father IJavascriptObject
propertyName string
value IJavascriptObject
return void

VueJavascriptViewModelUpdater() public method

public VueJavascriptViewModelUpdater ( IWebView webView, IJavascriptObject listener, Lazy vueHelper, IWebSessionLogger logger ) : System
webView IWebView
listener IJavascriptObject
vueHelper Lazy
logger IWebSessionLogger
return System