Skip to content

Allow Enum conversion to occur via TypeConverter (system) #253

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

Closed
wants to merge 1 commit into from

Conversation

sweetlilmre
Copy link

Patch is so that default handling for Enums is implemented via TypeCoverter.
This means that case concerns are handled and can be overridden via the TypeConverter attribute.

This patch also removes a redundant IsDefined check in the original code.

…e handling etc. can be overridden via attribute. Also removes redundant Enum.IsDefined check.
@gsscoder
Copy link
Owner

gsscoder commented Nov 2, 2015

As stated #250, I'm coming now to catch with backward issues and PRs, @sweetlilmre.

I see you retired the PR, so I go ahead with other issues/PRs.

Thanks for your interest in this project.

Giacomo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants