EntityDesignerChangeScope 成员

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

以下各表列出了由 EntityDesignerChangeScope 类型公开的成员。

受保护 构造函数

  名称 说明
EntityDesignerChangeScope Instantiates a new instance of EntityDesignerChangeScope.

顶部

公共 方法

(另请参见 受保护 方法)

  名称 说明
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  已重载。(继承自 Object
public method GetHashCode  (继承自 Object
public method GetType  (继承自 Object
public methodstatic ReferenceEquals  (继承自 Object
public method ToString  (继承自 Object

顶部

受保护 方法

  名称 说明
protected method Finalize  (继承自 Object
protected method MemberwiseClone  (继承自 Object

顶部

另请参见

参考

EntityDesignerChangeScope 类
Microsoft.Data.Entity.Design.Extensibility 命名空间

其他资源

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions