Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entity/Media/Service class derivatives on Class #36

Merged
merged 2 commits into from
Feb 20, 2015

Conversation

tonycrider
Copy link
Contributor

Add Entity/Media/Service class derivatives on Class. Updated readers to better handle type resolution through three stage approach: (1) first stage introduces Edm primitives, (2) second stage introduces shallow types from Edmx, and (3) third stage completes type decomposition.

@tonycrider
Copy link
Contributor Author

Completes Odcm model changes for Issue #30

@@ -53,6 +54,7 @@ public void AddType(OdcmType type)
}

_Types.Add(type);
;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary semicolon

@TheRealPiotrP
Copy link
Contributor

LGTM, aside from comments.

[1] Introduced OdcmEntityClass, OdcmMediaClass, OdcmServiceClass.
[2] Enforce and propagate CanonicalName throughout model.
[3] Updated readers to better handle type resolution through three stage approach: (1) first stage introduces Edm primitives, (2) second stage introduces shallow types from Edmx, and (3) third stage completes type decomposition.
[4] Add support for DefaultValue in OdcmProperty.
tonycrider added a commit that referenced this pull request Feb 20, 2015
Entity/Media/Service class derivatives on Class
@tonycrider tonycrider merged commit f265794 into microsoft:master Feb 20, 2015
@tonycrider tonycrider deleted the CollectionFix branch February 20, 2015 00:13
@ghost ghost mentioned this pull request Mar 24, 2015
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