C# 클래스 Net.Graph.Neo4JD.Persistance.IndexRepo

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

보호된 프로퍼티들

프로퍼티 타입 설명
_graphRequest GraphRequest

공개 메소드들

메소드 설명
IndexRepo ( ) : System

비공개 메소드들

메소드 설명
AddNodeToIndex ( Index index, Node nodeToAdd, string key, string value ) : void
Create ( string indexName ) : Index
GetAutoIndex ( ) : Index
GetIndex ( string indexName ) : Index
RemoveNodeFromIndex ( Index index, Node nodeToRemove ) : void
Search ( Index indexToSearch, string searchQuery ) : RequestResult

메소드 상세

IndexRepo() 공개 메소드

public IndexRepo ( ) : System
리턴 System

프로퍼티 상세

_graphRequest 보호되어 있는 프로퍼티

protected GraphRequest,Net.Graph.Neo4JD.Persistance _graphRequest
리턴 GraphRequest