Exemplo n.º 1
0
 public ValueRepresentation PropertyUriTemplate()
 {
     return(ValueRepresentation.Template(Path("/properties/{key}")));
 }
Exemplo n.º 2
0
 public ValueRepresentation PagedTraverseUriTemplate()
 {
     return(ValueRepresentation.Template(Path("/paged/traverse/{returnType}{?pageSize,leaseTime}")));
 }
Exemplo n.º 3
0
 public ValueRepresentation TraverseUriTemplate()
 {
     return(ValueRepresentation.Template(Path("/traverse/{returnType}")));
 }
Exemplo n.º 4
0
 public ValueRepresentation LabelsUriTemplate()
 {
     return(ValueRepresentation.Template(Path("/labels")));
 }
Exemplo n.º 5
0
 public ValueRepresentation OutgoingTypedRelationshipsUriTemplate()
 {
     return(ValueRepresentation.Template(Path("/relationships/out/{-list|&|types}")));
 }
Exemplo n.º 6
0
 public ValueRepresentation AllTypedRelationshipsUriTemplate()
 {
     return(ValueRepresentation.Template(Path("/relationships/all/{-list|&|types}")));
 }