ModelEditingScope Members

Include Protected Members
Include Inherited Members

Represents a group of changes to the editing store.

The ModelEditingScope type exposes the following members.

Constructors

 

Name

Description

Protected method

ModelEditingScope

Initializes a new instance of the ModelEditingScope class.

Top

Methods

 

Name

Description

Protected method

CanComplete

Determines whether the OnComplete method can be called, or whether the change should instead be reverted.

Public method

Complete

Completes the editing scope.

Public method

Dispose

Overloaded. Releases all resources used by the ModelEditingScope.

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. (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 that were 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

Gets or sets a description for the group.

Top

See Also

Reference

ModelEditingScope Class

Microsoft.Windows.Design.Model Namespace