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

Understanding the Temphire #28

Open
ganySA opened this issue Jun 17, 2020 · 0 comments
Open

Understanding the Temphire #28

ganySA opened this issue Jun 17, 2020 · 0 comments

Comments

@ganySA
Copy link

ganySA commented Jun 17, 2020

Hi

I am looking through the example to try and understand a few of the concepts being used:
EntityManagerProvider

  1. registerAnnotations: what does method do? - I have some annotations on my .net core entity objects and i was under the impression breeze automatically added these validations?
  2. ignoreForSerialization - what is this method for?Is this to ignore additional fields that are added to the local model for serialization purposes?

I am trying to understand how the unit of work 'works':

  1. It makes a copy of the primary entity manager
  2. Then you make your changes to that manager (add/edit/delete) and save changes.
  3. Is the original entity manager there simply there to provide a base with lookup tables for other 'units of work'?

Thanks.

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