C# Class Raven.Studio.Models.PatchModel

Inheritance: Raven.Studio.Infrastructure.ViewModel, IAutoCompleteSuggestionProvider
Mostrar archivo Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
ClearQueryError ( ) : void
GetValues ( ) : object>.Dictionary
HandlePatchError ( AggregateException exception ) : void
ProvideSuggestions ( string enteredText ) : Task>
UpdateCollectionSource ( ) : void
UpdateDoc ( string name ) : void

Protected Methods

Method Description
OnViewLoaded ( ) : void

Private Methods

Method Description
ClearBeforeAndAfter ( ) : void
PatchModel ( ) : System
UpdateAvailableObjects ( ) : void
UpdateBeforeDocument ( JsonDocument doc ) : void
UpdateQueryAutoComplete ( ) : void
UpdateSpecificDocument ( ) : void

Method Details

ClearQueryError() public method

public ClearQueryError ( ) : void
return void

GetValues() public method

public GetValues ( ) : object>.Dictionary
return object>.Dictionary

HandlePatchError() public method

public HandlePatchError ( AggregateException exception ) : void
exception System.AggregateException
return void

OnViewLoaded() protected method

protected OnViewLoaded ( ) : void
return void

ProvideSuggestions() public method

public ProvideSuggestions ( string enteredText ) : Task>
enteredText string
return Task>

UpdateCollectionSource() public method

public UpdateCollectionSource ( ) : void
return void

UpdateDoc() public method

public UpdateDoc ( string name ) : void
name string
return void