CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.NotUndoableAttribute Class Reference

Marks a field to indicate that the value should not be copied as part of the undo process. More...

Inheritance diagram for Csla.NotUndoableAttribute:

Detailed Description

Marks a field to indicate that the value should not be copied as part of the undo process.

Marking a variable with this attribute will cause the n-level undo process to ignore that variable's value. The value will not be included in a snapshot when BeginEdit is called, nor will it be restored when CancelEdit is called.

Definition at line 23 of file NotUndoableAttribute.cs.