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

[BugBash] Support media entity. #134

Open
v-fenguo opened this issue May 20, 2016 · 0 comments
Open

[BugBash] Support media entity. #134

v-fenguo opened this issue May 20, 2016 · 0 comments

Comments

@v-fenguo
Copy link
Contributor

v-fenguo commented May 20, 2016

  1. Add hasStream property for media entity in YAML, JSON and SWAGGER.
  2. In C# client CodeGen, for media entity type, add HasStream attribute in class definition, for example:
    [global::Microsoft.OData.Client.HasStream()]
    public partial class Photo : global::Microsoft.OData.Client.BaseEntityType, global::System.ComponentModel.INotifyPropertyChanged
    {...}
@RongfangWang RongfangWang changed the title [model-first] Support media entity. [BugBash] Support media entity. May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants