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

Best use of custom classes generated by QxOrmEditor #120

Open
abuhles opened this issue Feb 2, 2024 · 1 comment
Open

Best use of custom classes generated by QxOrmEditor #120

abuhles opened this issue Feb 2, 2024 · 1 comment

Comments

@abuhles
Copy link

abuhles commented Feb 2, 2024

I am still trying to make the best out of the c++ viewmodel class. But i don't get what the custom classes are good for. Is there a way to use them to add methods to the viewmodel classes?
Can i get some examples for how to make them work in my favor?

@QxOrm
Copy link
Owner

QxOrm commented Feb 5, 2024

Hello,
Here is the documentation about these custom classes :
Field « Generate a custom directory with custom files for each entity » : if enabled, generated C++ project contains a custom file per entity. By default, these custom files are empty and will never be removed or erased by another export. These custom files can be used for example to implement [validation methods](https://www.qxorm.com/qxorm_en/manual.html#manual_420), or [trigger functions](https://www.qxorm.com/qxorm_en/manual.html#manual_410).

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

2 participants