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

Generating multiple files along with POCO #39

Open
weedkiller opened this issue Oct 20, 2016 · 0 comments
Open

Generating multiple files along with POCO #39

weedkiller opened this issue Oct 20, 2016 · 0 comments

Comments

@weedkiller
Copy link

Hi, thanks for this tool 👍

Can you please tell me how to generate additional files for e.g. I want to read the Database, script a POCO user.cs & a DTO userDTO.cs object.

I need help/guidance please to customize some of the output - for e.g. for each POCO class generated from DB, I also want to custom generate additional code/another output class file with the same code for e.g. POCO user.cs so along with user.cs POCO, how can I also get this output to UserDTO.cs

[atValidate(typeof(user))]
public class UsersDto : IChanged
{
    public string uName { get; set; }
    public string uLast { get; set; }
    public string uEmail { get; set; }
}
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

No branches or pull requests

1 participant