C# Class Raven.Studio.Models.ApiKeysSectionModel

Inheritance: Raven.Studio.Models.SettingsSectionModel, IAutoCompleteSuggestionProvider
Afficher le fichier Open project: synhershko/ravendb Class Usage Examples

Méthodes publiques

Méthode Description
ApiKeysSectionModel ( ) : System
ProvideSuggestions ( string enteredText ) : Task>
Update ( ) : void

Private Methods

Méthode Description
DeleteApi ( object parameter ) : void
DeleteDatabaseAccessCommand ( object parameter ) : void
GenerateSecret ( object parameter ) : void
SearchApiKeysCommand ( ) : void

Method Details

ApiKeysSectionModel() public méthode

public ApiKeysSectionModel ( ) : System
Résultat System

ProvideSuggestions() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void