Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Support for Enumeration Flags (OData v4) #293

Open
philcarbone opened this issue Jul 7, 2017 · 0 comments
Open

Support for Enumeration Flags (OData v4) #293

philcarbone opened this issue Jul 7, 2017 · 0 comments

Comments

@philcarbone
Copy link

philcarbone commented Jul 7, 2017

The ability to support IsFlags Enums for OData v4 Client <-> Server interaction.

#195 (comment)

Example MataData:

<EnumType Name="RequestNotice" IsFlags="true">
    <Member Name="None" Value="0"/>
    <Member Name="OneHour" Value="1"/>
    <Member Name="TwoHours" Value="2"/>
    <Member Name="FourHours" Value="4"/>
    <Member Name="EightHours" Value="8"/>
    <Member Name="TwelveHours" Value="16"/>
    <Member Name="TwentyFourHours" Value="32"/>
</EnumType>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant