I am fairly new to CSLA. I have a question about what
to do after a save method has been applied to a class. Specifically, I have a class that represents
an appointment object. After the
appointment has been saved and stored in the database I am unsure as to what
the pattern is for the next step:
1. Should the class be re-initialized so that the next appointment can be created?
2. Should the members of the class that make up the appointment be re-initialized with out creating a new instance of the class?
3. Am I missing the pattern completely and the process is different then what I have described above.
Thanks,Copyright (c) Marimer LLC