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 | |
---|---|---|
Complete | Commits all operations within a change scope. | |
Dispose | Releases all resources used by the current instance of the EntityDesignerChangeScope class. | |
Equals | Sobrecargado. (Se hereda de Object) | |
GetHashCode | (Se hereda de Object) | |
GetType | (Se hereda de Object) | |
ReferenceEquals | (Se hereda de Object) | |
ToString | (Se hereda de Object) |
Superior
Protegido Métodos
Nombre | Descripción | |
---|---|---|
Finalize | (Se hereda de Object) | |
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