Share via


ModelEditingScope Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a group of changes to the editing store. Change groups are transactional. The changes made under an editing scope can be committed or aborted as a unit.

The ModelEditingScope type exposes the following members.

Constructors

  Name Description
Protected method ModelEditingScope Creates a new ModelEditingScope.

Top

Methods

  Name Description
Protected method CanComplete Determines whether OnComplete() should be called, or whether the change should instead be reverted. Reasons for reverting might include a file cannot be checked out of a source control system for modification.
Public method Complete Completes the editing scope by calling the OnComplete() method.
Public method Dispose Overloaded. Disposes of this object by aborting changes.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Called during finalization to abort the group of changes. (Overrides Object.Finalize().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnComplete Performs the actual complete of the editing scope.
Protected method OnRevert Performs the actual revert of the editing scope.
Public method Revert Abandons the changes made during the editing scope.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Description Describes the group of changes. It can be changed anytime before the changes are committed.

Top

See Also

Reference

ModelEditingScope Class

System.Activities.Design.Model Namespace