EditingScope Class
An editing scope represents a collection of changes to the ModelItem tree that can be committed or rolled back as one atomic unit of work.
System.Activities.Presentation.Model::ModelEditingScope
System.Activities.Presentation.Model::EditingScope
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The EditingScope type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Changes | Gets a list of changes. |
![]() | Description | Describes the group of changes. It can be changed anytime before the changes are committed. (Inherited from ModelEditingScope.) |
![]() | HasEffectiveChanges | Gets a Boolean that specifies whether changes have been applied to the editing scope. |
| Name | Description | |
|---|---|---|
![]() | CanComplete | Determines whether the current editing scope instance can complete. (Overrides ModelEditingScope::CanComplete().) |
![]() | Complete | Completes the editing scope by calling the OnComplete() method. (Inherited from ModelEditingScope.) |
![]() | Dispose() | Disposes of this object by aborting changes unless the editing scope has already been completed or reverted. (Inherited from ModelEditingScope.) |
![]() | Dispose(Boolean) | Disposes of this object by aborting changes. (Inherited from ModelEditingScope.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnComplete | Raises the Complete event. (Overrides ModelEditingScope::OnComplete().) |
![]() | OnException | Handles the specified exception. (Overrides ModelEditingScope::OnException(Exception).) |
![]() | OnRevert | Raises the Revert event. (Overrides ModelEditingScope::OnRevert(Boolean).) |
![]() | Revert | Abandons the changes made during the editing scope. (Inherited from ModelEditingScope.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This is useful for batching together a set of changes to multiple ModelItem objects. As an example, in the messaging activities, the changes made from the raised dialogs will impact multiple property values. However, as all of the changes come from the raised dialog, the changes need to be considered as a batch and undone as a single unit of work. For more details on usage, see the Editing Scope sample
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
