C# 클래스 Neo4jClient.NeoServerConfiguration

파일 보기 프로젝트 열기: Readify/Neo4jClient 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetConfiguration NeoServerConfiguration
GetConfigurationAsync Task
NeoServerConfiguration System

공개 메소드들

메소드 설명
GetConfiguration ( Uri rootUri, string username = null, string password = null ) : NeoServerConfiguration
GetConfigurationAsync ( Uri rootUri, string username = null, string password = null ) : Task

비공개 메소드들

메소드 설명
GetConfiguration ( Uri rootUri, string username, string password, ExecutionConfiguration executionConfiguration ) : NeoServerConfiguration
GetConfigurationAsync ( Uri rootUri, string username, string password, ExecutionConfiguration executionConfiguration ) : Task
NeoServerConfiguration ( RootApiResponse apiConfig ) : System

메소드 상세

GetConfiguration() 공개 정적인 메소드

public static GetConfiguration ( Uri rootUri, string username = null, string password = null ) : NeoServerConfiguration
rootUri System.Uri
username string
password string
리턴 NeoServerConfiguration

GetConfigurationAsync() 공개 정적인 메소드

public static GetConfigurationAsync ( Uri rootUri, string username = null, string password = null ) : Task
rootUri System.Uri
username string
password string
리턴 Task