How can we have a ReadOnly persistent field put in the model?
One thing I have been doing is subscribing to the Object.Changed event then checking if a field has changed, if so I then set a read only value.
But I would like to see the read only value in the designer so it gives a graphical representation, currently I have to declare it in the partial class.