C# 클래스 Neutronium.JavascriptFramework.Knockout.KnockoutViewModelUpdater

상속: IJavascriptViewModelUpdater, IDisposable
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetOrCreateSilenter ( IJavascriptObject father, string propertyName ) : IJavascriptObject
GetSilenter ( IJavascriptObject father, string propertyName ) : IJavascriptObject
KnockoutViewModelUpdater ( IWebView webView ) : System
Silent ( IJavascriptObject silenter, IJavascriptObject value ) : void

메소드 상세

ClearAllCollection() 공개 메소드

public ClearAllCollection ( IJavascriptObject array ) : void
array IJavascriptObject
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

MoveCollectionItem() 공개 메소드

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

SpliceCollection() 공개 메소드

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

SpliceCollection() 공개 메소드

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

UpdateProperty() 공개 메소드

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