Share via


EditingScope 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.]

Describes the editing scope.

The EditingScope type exposes the following members.

Methods

  Name Description
Protected method CanComplete Determines whether the current editing scope instance can complete. (Overrides ModelEditingScope.CanComplete().)
Public method Complete Completes the editing scope by calling the OnComplete() method. (Inherited from ModelEditingScope.)
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. (Inherited from ModelEditingScope.)
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 Raises the Complete event. (Overrides ModelEditingScope.OnComplete().)
Protected method OnRevert Raises the Revert event. (Overrides ModelEditingScope.OnRevert(Boolean).)
Public method Revert Abandons the changes made during the editing scope. (Inherited from ModelEditingScope.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Changes Gets a list of changes.
Public property Description Describes the group of changes. It can be changed anytime before the changes are committed. (Inherited from ModelEditingScope.)

Top

See Also

Reference

EditingScope Class

System.Activities.Design.ModelTree Namespace