C# Class Neo4jClient.Execution.EndpointBuilderExtension

Restricts the end point URI builder to adding paths
显示文件 Open project: albumprinter/Neo4jClient

Public Methods

Method Description
AddPath ( this startUri, object startReference, IExecutionPolicy policy ) : Uri
AddPath ( this startUri, string path ) : Uri
AddQuery ( this startUri, string query ) : Uri

Method Details

AddPath() public static method

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

AddPath() public static method

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

AddQuery() public static method

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