C# 클래스 TransactionalNodeService.QueryResponse

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddDescriptor ( Descriptor descriptor ) : void
AddMetadata ( Metadata metadata ) : void
AddNode ( Node node ) : void
AddRelationship ( Relationship relationship ) : void
AttachElements ( ) : void
CountObjects ( ) : int
GetPage ( int startingObjectIndex ) : QueryResponse
QueryResponse ( ) : System

메소드 상세

AddDescriptor() 공개 메소드

public AddDescriptor ( Descriptor descriptor ) : void
descriptor TransactionalNodeService.Model.Descriptor
리턴 void

AddMetadata() 공개 메소드

public AddMetadata ( Metadata metadata ) : void
metadata TransactionalNodeService.Model.Metadata
리턴 void

AddNode() 공개 메소드

public AddNode ( Node node ) : void
node TransactionalNodeService.Model.Node
리턴 void

AddRelationship() 공개 메소드

public AddRelationship ( Relationship relationship ) : void
relationship TransactionalNodeService.Model.Relationship
리턴 void

AttachElements() 공개 메소드

public AttachElements ( ) : void
리턴 void

CountObjects() 공개 메소드

public CountObjects ( ) : int
리턴 int

GetPage() 공개 메소드

public GetPage ( int startingObjectIndex ) : QueryResponse
startingObjectIndex int
리턴 QueryResponse

QueryResponse() 공개 메소드

public QueryResponse ( ) : System
리턴 System