C# 클래스 Raven.Studio.Models.PatchModel

상속: Raven.Studio.Infrastructure.ViewModel, IAutoCompleteSuggestionProvider
파일 보기 프로젝트 열기: robashton/ravendb 1 사용 예제들

공개 메소드들

메소드 설명
ClearQueryError ( ) : void
GetValues ( ) : object>.Dictionary
HandlePatchError ( AggregateException exception ) : void
ProvideSuggestions ( string enteredText ) : Task>
UpdateCollectionSource ( ) : void
UpdateDoc ( string name ) : void

보호된 메소드들

메소드 설명
OnViewLoaded ( ) : void

비공개 메소드들

메소드 설명
ClearBeforeAndAfter ( ) : void
PatchModel ( ) : System
UpdateAvailableObjects ( ) : void
UpdateBeforeDocument ( JsonDocument doc ) : void
UpdateQueryAutoComplete ( ) : void
UpdateSpecificDocument ( ) : void

메소드 상세

ClearQueryError() 공개 메소드

public ClearQueryError ( ) : void
리턴 void

GetValues() 공개 메소드

public GetValues ( ) : object>.Dictionary
리턴 object>.Dictionary

HandlePatchError() 공개 메소드

public HandlePatchError ( AggregateException exception ) : void
exception System.AggregateException
리턴 void

OnViewLoaded() 보호된 메소드

protected OnViewLoaded ( ) : void
리턴 void

ProvideSuggestions() 공개 메소드

public ProvideSuggestions ( string enteredText ) : Task>
enteredText string
리턴 Task>

UpdateCollectionSource() 공개 메소드

public UpdateCollectionSource ( ) : void
리턴 void

UpdateDoc() 공개 메소드

public UpdateDoc ( string name ) : void
name string
리턴 void