|
100 | 100 | <Compile Include="Data\ParseIdentifierResult.cs" />
|
101 | 101 | <Compile Include="Data\QueryData.cs" />
|
102 | 102 | <Compile Include="Data\RemoveVertexData.cs" />
|
| 103 | + <Compile Include="Data\ShortestPathData.cs" /> |
103 | 104 | <Compile Include="Data\SimpleAllData.cs" />
|
104 | 105 | <Compile Include="Data\TransactionData.cs" />
|
| 106 | + <Compile Include="Data\TraversalData.cs" /> |
| 107 | + <Compile Include="Data\TraversalEdgeDefinition.cs" /> |
| 108 | + <Compile Include="Data\TraversalPathData.cs" /> |
105 | 109 | <Compile Include="Data\TraversalResult.cs" />
|
106 | 110 | <Compile Include="Data\VertexInheritedCommandResult.cs" />
|
107 | 111 | <Compile Include="Extentions\AQL.cs" />
|
|
140 | 144 | <Compile Include="Interface\IDocumentIdentifierResult.cs" />
|
141 | 145 | <Compile Include="Interface\IDocumentPropertySetting.cs" />
|
142 | 146 | <Compile Include="Interface\IEdgeCollection.cs" />
|
| 147 | + <Compile Include="Interface\IShortestPathQueryable.cs" /> |
| 148 | + <Compile Include="Interface\ITraversalQueryable.cs" /> |
143 | 149 | <Compile Include="Properties\AssemblyInfo.cs" />
|
144 | 150 | <Compile Include="Attributes\CollectionPropertyAttribute.cs" />
|
145 | 151 | <Compile Include="Property\DatabaseCollectionSetting.cs" />
|
|
163 | 169 | <Compile Include="Query\Clause\InModificationExpressionNode.cs" />
|
164 | 170 | <Compile Include="Query\Clause\InsertClause.cs" />
|
165 | 171 | <Compile Include="Query\Clause\InsertExpressionNode.cs" />
|
| 172 | + <Compile Include="Query\Clause\ITraversalClause.cs" /> |
166 | 173 | <Compile Include="Query\Clause\LetClause.cs" />
|
167 | 174 | <Compile Include="Query\Clause\LetLambdaExpressionNode.cs" />
|
168 | 175 | <Compile Include="Query\Clause\LetSelectExpressionNode.cs" />
|
|
171 | 178 | <Compile Include="Query\Clause\SelectExpressionNode.cs" />
|
172 | 179 | <Compile Include="Query\Clause\SelectModificationClause.cs" />
|
173 | 180 | <Compile Include="Query\Clause\SelectModificationExpressionNode.cs" />
|
| 181 | + <Compile Include="Query\Clause\ShortestPathExpressionNode.cs" /> |
174 | 182 | <Compile Include="Query\Clause\SkipExpressionNode.cs" />
|
175 | 183 | <Compile Include="Query\Clause\SkipTakeClause.cs" />
|
176 | 184 | <Compile Include="Query\Clause\TakeExpressionNode.cs" />
|
| 185 | + <Compile Include="Query\Clause\TraversalClause.cs" /> |
| 186 | + <Compile Include="Query\Clause\TraversalDepthExpressionNode.cs" /> |
| 187 | + <Compile Include="Query\Clause\TraversalDirectionExpressionNode.cs" /> |
| 188 | + <Compile Include="Query\Clause\TraversalEdgeExpressionNode.cs" /> |
| 189 | + <Compile Include="Query\Clause\TraversalExpressionNode.cs" /> |
| 190 | + <Compile Include="Query\Clause\TraversalGraphNameExpressionNode.cs" /> |
| 191 | + <Compile Include="Query\Clause\TraversalOptionsExpressionNode.cs" /> |
177 | 192 | <Compile Include="Query\Clause\UpdateReplaceClause.cs" />
|
178 | 193 | <Compile Include="Query\Clause\UpdateReplaceExpressionNode.cs" />
|
179 | 194 | <Compile Include="Query\Clause\UpsertClause.cs" />
|
|
184 | 199 | <Compile Include="Query\LinqUtility.cs" />
|
185 | 200 | <Compile Include="Query\NamedExpression.cs" />
|
186 | 201 | <Compile Include="Query\SupportedMethodSpecifications.cs" />
|
187 |
| - <Compile Include="Query\VisitorModificationData.cs" /> |
188 | 202 | <Compile Include="Serialization\Converters\DateTimeConverter.cs" />
|
189 | 203 | <Compile Include="Serialization\Converters\EnumValueConverter.cs" />
|
190 | 204 | <Compile Include="Serialization\Converters\QueryParameterConverter.cs" />
|
|
0 commit comments