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

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

공개 메소드들

메소드 설명
ApiKeysSectionModel ( ) : System
ProvideSuggestions ( string enteredText ) : Task>
Update ( ) : void

비공개 메소드들

메소드 설명
DeleteApi ( object parameter ) : void
DeleteDatabaseAccessCommand ( object parameter ) : void
GenerateSecret ( object parameter ) : void
SearchApiKeysCommand ( ) : void

메소드 상세

ApiKeysSectionModel() 공개 메소드

public ApiKeysSectionModel ( ) : System
리턴 System

ProvideSuggestions() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void