Skip to content

Feat: implementation of includes (#118)#2

Merged
ClintGood merged 1 commit into
ClintGood:masterfrom
JSONAPIdotNET:master
Sep 13, 2016
Merged

Feat: implementation of includes (#118)#2
ClintGood merged 1 commit into
ClintGood:masterfrom
JSONAPIdotNET:master

Conversation

@ClintGood

Copy link
Copy Markdown
Owner
  • added basic IncludeExpressionExractor and introduced includes on EFDocumentMaterializer
  • added includes to FallbackDocumentBuilder
  • added tests for DefaultIncludeExpressionExtractor / fixed ugly typo
  • added includes in ToManyRelatedResourceDocument
  • removed obsolete method
  • includes on create and update
  • reverse deletion of GetDefaultSortExpressions
  • fixed typo
  • removed related to one and related to many methods from EntityFrameworkDocumentMaterializer because they are never used and replaced with EntityFrameworkToManyRelatedResourceDocumentMaterializer and EntityFrameworkToOneRelatedResourceDocumentMaterializer
  • a try for the GetIncludes method (renamed to GetNavigationPropertiesIncludes)
  • GetNavigationPropertiesIncludes added in EntityFrameworkToManyRelatedResourceDocumentMaterializer
  • bring back get default sort expression

* added basic IncludeExpressionExractor and introduced includes on EFDocumentMaterializer

* added includes to FallbackDocumentBuilder

* added tests for DefaultIncludeExpressionExtractor / fixed ugly typo

* added includes in ToManyRelatedResourceDocument

* removed obsolete method

* includes on create and update

* reverse deletion of GetDefaultSortExpressions

* fixed typo

* removed related to one and related to many methods from EntityFrameworkDocumentMaterializer because they are never used and replaced with EntityFrameworkToManyRelatedResourceDocumentMaterializer and EntityFrameworkToOneRelatedResourceDocumentMaterializer

* a try for the GetIncludes method (renamed to GetNavigationPropertiesIncludes)

* GetNavigationPropertiesIncludes added in EntityFrameworkToManyRelatedResourceDocumentMaterializer

* bring back get default sort expression
@ClintGood ClintGood merged commit 148563a into ClintGood:master Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants