Skip to content

Support for custom type definitions #8

@PandaWhisperer

Description

@PandaWhisperer

Background

OData allows for custom type definitions similar to C/C++ (effectively aliasing one of the built-in primitive types to a new name).

Some services may make use of this feature.

Implementation Notes

This should be relatively simple to implement, basically, all it takes is parsing all the <TypeDefinition> elements in a schema and registering them to the PropertyRegistry with the correct implementation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions