Méthode | 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 |
Méthode | Description | |
---|---|---|
GetOrCreateSilenter ( IJavascriptObject father, string propertyName ) : IJavascriptObject | ||
GetSilenter ( IJavascriptObject father, string propertyName ) : IJavascriptObject | ||
KnockoutViewModelUpdater ( IWebView webView ) : System | ||
Silent ( IJavascriptObject silenter, IJavascriptObject value ) : void |
public ClearAllCollection ( IJavascriptObject array ) : void | ||
array | IJavascriptObject | |
Résultat | void |
public MoveCollectionItem ( IJavascriptObject array, IJavascriptObject item, int oldIndex, int newIndex ) : void | ||
array | IJavascriptObject | |
item | IJavascriptObject | |
oldIndex | int | |
newIndex | int | |
Résultat | void |
public SpliceCollection ( IJavascriptObject array, int index, int number ) : void | ||
array | IJavascriptObject | |
index | int | |
number | int | |
Résultat | void |
public SpliceCollection ( IJavascriptObject array, int index, int number, IJavascriptObject added ) : void | ||
array | IJavascriptObject | |
index | int | |
number | int | |
added | IJavascriptObject | |
Résultat | void |
public UpdateProperty ( IJavascriptObject father, string propertyName, IJavascriptObject value ) : void | ||
father | IJavascriptObject | |
propertyName | string | |
value | IJavascriptObject | |
Résultat | void |