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

Issue #149 Expose HasStream for EntityType Configuration #379

Closed
wants to merge 1 commit into from

Conversation

VikingsFan
Copy link
Contributor

No description provided.

@@ -48,6 +48,11 @@ public override EdmTypeKind Kind
}

/// <summary>
/// Gets or sets a value indicating whether this type is a media type.
/// </summary>
public virtual bool? HasStream { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

can we directly use bool?

@xuzhg
Copy link
Member

xuzhg commented Jun 10, 2015

Merged 1e57d2e.

@xuzhg xuzhg closed this Jun 10, 2015
@@ -0,0 +1,29 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

How about serialization? Does it work? Can we add some end to end tests?

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.

4 participants