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

Naming using attributes #66

Closed
Glaemyr opened this issue Jul 30, 2018 · 4 comments
Closed

Naming using attributes #66

Glaemyr opened this issue Jul 30, 2018 · 4 comments
Labels

Comments

@Glaemyr
Copy link

Glaemyr commented Jul 30, 2018

Hi,
I have to questions;

  1. In your EnumExample.cs you have the following line:
    [System.ComponentModel.Description("It's average")] // example of apostrophe that would need escaping in sql and [System.ComponentModel.Description("Huge you know?")] // give it a different name in the lookup table how is it supposed to change names?
  2. Is it possible to rename the 'Name' column? Issue Custom Table and Column names #41 implies it in the title and in the post that an attribute to do so, but I can't seem to find it any where.

Kind regards

Casper Andersen

@timabell timabell changed the title Naming using tags Naming using attributes Jul 31, 2018
@timabell
Copy link
Owner

@timabell
Copy link
Owner

  1. The attribute you point to modifies the data in the table.
  2. Not currently. That's what Custom Table and Column names #41 is for.

@timabell
Copy link
Owner

If you want that feature I'm open to paid work. See #58

@Glaemyr
Copy link
Author

Glaemyr commented Aug 2, 2018

Thank you, for your reply.

  1. I didn't see a change, might be I did something wrong, though I have no idea what it should be.
  2. Than you for your offer, but the change is very far into the 'nice to have' section, especially since requirements changed so it only is possible to use 1 lookup table in the implementation.

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

No branches or pull requests

2 participants