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 | |
---|---|---|
ModelEditingScope | Creates a new ModelEditingScope. |
Top
Methods
Name | Description | |
---|---|---|
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. | |
Complete | Completes the editing scope by calling the OnComplete() method. | |
Dispose | Overloaded. Disposes of this object by aborting changes. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Called during finalization to abort the group of changes. (Overrides Object.Finalize().) | |
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 | Performs the actual complete of the editing scope. | |
OnRevert | Performs the actual revert of the editing scope. | |
Revert | Abandons the changes made during the editing scope. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Description | Describes the group of changes. It can be changed anytime before the changes are committed. |
Top