FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support for Enumeration Flags (OData v4) · Issue #293 · jaystack/jaydata · GitHub

This repository was archived by the owner on Apr 11, 2023. It is now read-only.
/ jaydata Public archive
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Support for Enumeration Flags (OData v4) #293

Description

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL