다음을 통해 공유


UpdateModelExtensionContext 멤버

Provides file and project information to Visual Studio extensions that extend the .edmx file update process of the Update Model Wizard.

다음 표에는 UpdateModelExtensionContext 유형으로 제공되는 멤버의 목록이 나와 있습니다.

보호됨 생성자

  이름 설명
UpdateModelExtensionContext Instantiates a new instance of UpdateModelExtensionContext.

위쪽

공개 속성

  이름 설명
public property CurrentDocument  Represents the .edmx document to be modified. (ModelGenerationExtensionContext에서 상속됨)
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (ExtensionContext에서 상속됨)
public property GeneratedDocument  Represents the original .edmx file generated by the Entity Data Model Wizard. (ModelGenerationExtensionContext에서 상속됨)
public property OriginalDocument Represents the .edmx file before the Update Model Wizard has run.
public property Project  The current Visual Studio project. (ExtensionContext에서 상속됨)
public property ProjectItem The current Visual Studio project item.
public property UpdateModelDocument Represents the .edmx file after the Update Model Wizard has run.
public property WizardKind  The wizard that initiated the .edmx file generation or update process. (ModelGenerationExtensionContext에서 상속됨)

위쪽

공개 메서드

(보호됨 메서드 참고)

  이름 설명
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에서 상속됨)

위쪽

참고 항목

참조

UpdateModelExtensionContext 클래스
Microsoft.Data.Entity.Design.Extensibility 네임스페이스

기타 리소스

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview