C# Class Raven.Studio.Models.PatchModel

Inheritance: Raven.Studio.Infrastructure.ViewModel, IAutoCompleteSuggestionProvider
Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnViewLoaded ( ) : void

Private Methods

Méthode Description
ClearBeforeAndAfter ( ) : void
PatchModel ( ) : System
UpdateAvailableObjects ( ) : void
UpdateBeforeDocument ( JsonDocument doc ) : void
UpdateQueryAutoComplete ( ) : void
UpdateSpecificDocument ( ) : void

Method Details

ClearQueryError() public méthode

public ClearQueryError ( ) : void
Résultat void

GetValues() public méthode

public GetValues ( ) : object>.Dictionary
Résultat object>.Dictionary

HandlePatchError() public méthode

public HandlePatchError ( AggregateException exception ) : void
exception System.AggregateException
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( ) : void
Résultat void

ProvideSuggestions() public méthode

public ProvideSuggestions ( string enteredText ) : Task>
enteredText string
Résultat Task>

UpdateCollectionSource() public méthode

public UpdateCollectionSource ( ) : void
Résultat void

UpdateDoc() public méthode

public UpdateDoc ( string name ) : void
name string
Résultat void