C# 클래스 Neo4jClient.Execution.RestExecutionPolicy

상속: GraphClientBasedExecutionPolicy
파일 보기 프로젝트 열기: albumprinter/Neo4jClient

공개 메소드들

메소드 설명
AddPath ( Uri startUri, object startReference ) : Uri
AfterExecution ( object>.IDictionary executionMetadata, object executionContext ) : void
RestExecutionPolicy ( IGraphClient client ) : System

비공개 메소드들

메소드 설명
AddPath ( Uri startUri, NodeReference node ) : Uri
AddPath ( Uri startUri, RelationshipReference relationship ) : Uri

메소드 상세

AddPath() 공개 메소드

public AddPath ( Uri startUri, object startReference ) : Uri
startUri System.Uri
startReference object
리턴 System.Uri

AfterExecution() 공개 메소드

public AfterExecution ( object>.IDictionary executionMetadata, object executionContext ) : void
executionMetadata object>.IDictionary
executionContext object
리턴 void

RestExecutionPolicy() 공개 메소드

public RestExecutionPolicy ( IGraphClient client ) : System
client IGraphClient
리턴 System