|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Having a ReadOnly property would be nice. At the top of the Save(), we bail out if the business object is not dirty, so we could configure the IsDirty property to always return false on a ReadOnly business object. I would tell you to just ignore the changes and not save the business object, but when you call Save() on the form, it saves all of the business objects no matter what, so, I'll look into this.
ED: I'll do my best to get this included along with the warnings implementation in the next version.
|