You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add hasStream property for media entity in YAML, JSON and SWAGGER.
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
{...}
The text was updated successfully, but these errors were encountered:
RongfangWang
changed the title
[model-first] Support media entity.
[BugBash] Support media entity.
May 23, 2016
[global::Microsoft.OData.Client.HasStream()]
public partial class Photo : global::Microsoft.OData.Client.BaseEntityType, global::System.ComponentModel.INotifyPropertyChanged
{...}
The text was updated successfully, but these errors were encountered: