Skip to content
Discussion options

You must be logged in to vote

The intent behind the CSLA design in this case is that you override SaveAsync to implement your desired behavior.

Often this means basically doing a copy-paste of the CSLA SaveAsync implementation and then altering that code to meet your needs.

This isn't a commonly requested thing, so I don't know that I'll take the time to change the core framework behavior. It is the sort of thing you can do in a custom base class, for example.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Chicagoan2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants