Skip to content
Discussion options

You must be logged in to vote

Hi @vijaygill,

This should be possible with some work.

The server-side data portal has hooks where you can implement logging. The Using CSLA 4 book on the data portal covers these hooks up through CSLA 5. There are some changes in CSLA 6, though your options are similar. So it should be pretty easy to choose one of the options and implement logging.

Actually knowing which properties are changed is a little harder. The default implementation of the field manager doesn't maintain the original value retrieved from the database (due to size in memory and over the network).

One way to know for sure which properties have been changed is to maintain that original value so you can compare the cur…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@rockfordlhotka
Comment options

@hurcane
Comment options

@hurcane
Comment options

@rockfordlhotka
Comment options

@vijaygill
Comment options

Answer selected by vijaygill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants