Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bind Enum values in IAutoInitialize ViewModels #1916

Closed
wants to merge 4 commits into from
Closed

Allow bind Enum values in IAutoInitialize ViewModels #1916

wants to merge 4 commits into from

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    97da753 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Allow bind Enum values in IAutoInitialize ViewModels

    Currently if anyone try pass through a enum value as raw type(value or name) within INavigationParameters get an error of conversion, to solve this problem was included the conditions above.
    candidodmv committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a04ae60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    085ff46 View commit details
    Browse the repository at this point in the history
  3. force to use only enum name

    I'm considering to use only the enum name because if the value is being considered during the conversion can cause side effect because the value as number can be refered to a lot of things in navigation parameters not the enum type searched.
    candidodmv committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    05697ec View commit details
    Browse the repository at this point in the history