EntityDesignerChangeScope Class

 

Creates a unit of work that can be undone or redone with the Undo and Redo buttons in Visual Studio.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

System.Object
  Microsoft.Data.Entity.Design.Extensibility.EntityDesignerChangeScope

public abstract class EntityDesignerChangeScope : IDisposable

NameDescription
System_CAPS_protmethodEntityDesignerChangeScope()

Initializes a new instance of the EntityDesignerChangeScope class.

NameDescription
System_CAPS_pubmethodComplete()

Commits all operations within a change scope.

System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the EntityDesignerChangeScope class.

System_CAPS_protmethodDispose(Boolean)

Does nothing in this base class. Should be overridden in classes which inherit from this class and which have resources to release.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

Finalizer for the EntityDesignerChangeScope class(Overrides Object.Finalize().)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.