Skip to content

Support extended (custom) models #74

Description

@equist

Current implementation calls the ToModel extension methods directly in LINQ-statements which makes it impossible to map the entity to an extended model. Our scenario is that we have additional properties in the models (using the Properties collection for storage) which is used in CIBA and other customizations of the built-in support. To use our extended model we are required to do another mapping.

By adding a ToXxxModel in the store classes and adding generic ToModel mappers it will be a lot easier to extend the models and still only have a single mapping.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions