Свойство | Type | Description | |
---|---|---|---|
ClearAllJavascriptCollection | void | ||
ReplayChanges | void | ||
Splice | void | ||
Splice | void |
Méthode | Description | |
---|---|---|
Add ( IJSCSGlue jscBridge, int index ) : void | ||
GetChanger ( |
||
GetChildren ( ) : IEnumerable |
||
JSArray ( HTMLViewContext context, IEnumerable |
||
Move ( int oldIndex, int newIndex ) : void | ||
MoveJavascriptCollection ( IJavascriptObject item, int oldIndex, int newIndex ) : void | ||
Remove ( int index ) : void | ||
Replace ( IJSCSGlue jscBridge, int index ) : void | ||
Reset ( ) : void | ||
SetMappedJSValue ( IJavascriptObject ijsobject ) : void | ||
UpdateEventArgsFromJavascript ( Neutronium iCollectionChanges ) : void |
Méthode | Description | |
---|---|---|
AfterChildrenComputeJavascriptValue ( ) : void | ||
ComputeString ( StringBuilder sb, HashSet |
||
LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool |
Méthode | Description | |
---|---|---|
ClearAllJavascriptCollection ( ) : void | ||
ReplayChanges ( |
||
Splice ( int index, int number ) : void | ||
Splice ( int index, int number, IJSCSGlue glue ) : void |
public Add ( IJSCSGlue jscBridge, int index ) : void | ||
jscBridge | IJSCSGlue | |
index | int | |
Résultat | void |
protected AfterChildrenComputeJavascriptValue ( ) : void | ||
Résultat | void |
protected ComputeString ( StringBuilder sb, HashSet |
||
sb | StringBuilder | |
alreadyComputed | HashSet |
|
Résultat | void |
public GetChanger ( |
||
changes | ||
bridge | IJavascriptToCSharpConverter | |
Résultat | Neutronium.Core.Binding.CollectionChanges.CollectionChanges |
public JSArray ( HTMLViewContext context, IEnumerable |
||
context | HTMLViewContext | |
values | IEnumerable |
|
collection | IEnumerable | |
Résultat | System |
protected LocalComputeJavascriptValue ( IJavascriptObjectFactory factory ) : bool | ||
factory | IJavascriptObjectFactory | |
Résultat | bool |
public Move ( int oldIndex, int newIndex ) : void | ||
oldIndex | int | |
newIndex | int | |
Résultat | void |
public MoveJavascriptCollection ( IJavascriptObject item, int oldIndex, int newIndex ) : void | ||
item | IJavascriptObject | |
oldIndex | int | |
newIndex | int | |
Résultat | void |
public Replace ( IJSCSGlue jscBridge, int index ) : void | ||
jscBridge | IJSCSGlue | |
index | int | |
Résultat | void |
public SetMappedJSValue ( IJavascriptObject ijsobject ) : void | ||
ijsobject | IJavascriptObject | |
Résultat | void |
public UpdateEventArgsFromJavascript ( Neutronium iCollectionChanges ) : void | ||
iCollectionChanges | Neutronium | |
Résultat | void |