C# 클래스 a7DocumentDbStudio.Model.AccountModel

상속: DocumentDbModelBase
파일 보기 프로젝트 열기: alekkowalczyk/a7DocumentDbStudio 1 사용 예제들

공개 메소드들

메소드 설명
AccountModel ( AccountCredentialsModel credentials ) : a7DocumentDbStudio.Utils
CreateDatabase ( string name ) : Task
RefreshCredentials ( ) : System.Threading.Tasks.Task

if Endpoint and/or Key changed in the Credentials value - with this function we refresh the connection

RefreshDatabases ( ) : System.Threading.Tasks.Task

메소드 상세

AccountModel() 공개 메소드

public AccountModel ( AccountCredentialsModel credentials ) : a7DocumentDbStudio.Utils
credentials AccountCredentialsModel
리턴 a7DocumentDbStudio.Utils

CreateDatabase() 공개 메소드

public CreateDatabase ( string name ) : Task
name string
리턴 Task

RefreshCredentials() 공개 메소드

if Endpoint and/or Key changed in the Credentials value - with this function we refresh the connection
public RefreshCredentials ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

RefreshDatabases() 공개 메소드

public RefreshDatabases ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task