C# 클래스 Neo4jClient.Execution.EndpointBuilderExtension

Restricts the end point URI builder to adding paths
파일 보기 프로젝트 열기: albumprinter/Neo4jClient

공개 메소드들

메소드 설명
AddPath ( this startUri, object startReference, IExecutionPolicy policy ) : Uri
AddPath ( this startUri, string path ) : Uri
AddQuery ( this startUri, string query ) : Uri

메소드 상세

AddPath() 공개 정적인 메소드

public static AddPath ( this startUri, object startReference, IExecutionPolicy policy ) : Uri
startUri this
startReference object
policy IExecutionPolicy
리턴 System.Uri

AddPath() 공개 정적인 메소드

public static AddPath ( this startUri, string path ) : Uri
startUri this
path string
리턴 System.Uri

AddQuery() 공개 정적인 메소드

public static AddQuery ( this startUri, string query ) : Uri
startUri this
query string
리턴 System.Uri