Compartir a través de


Miembros EntityDesignerChangeScope

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

En las tablas siguientes se enumeran los miembros que se exponen por el tipo EntityDesignerChangeScope.

Protegido Constructores

  Nombre Descripción
EntityDesignerChangeScope Instantiates a new instance of EntityDesignerChangeScope.

Superior

Público Métodos

(vea también Protegido Métodos)

  Nombre Descripción
public method Complete Commits all operations within a change scope.
public method Dispose Releases all resources used by the current instance of the EntityDesignerChangeScope class.
public method Equals  Sobrecargado. (Se hereda de Object)
public method GetHashCode  (Se hereda de Object)
public method GetType  (Se hereda de Object)
public methodstatic ReferenceEquals  (Se hereda de Object)
public method ToString  (Se hereda de Object)

Superior

Protegido Métodos

  Nombre Descripción
protected method Finalize  (Se hereda de Object)
protected method MemberwiseClone  (Se hereda de Object)

Superior

Vea también

Referencia

Clase EntityDesignerChangeScope
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions