EntityModelSchemaGenerator 클래스

정의

클래스에서 S 공간의 EntityContainer와 C 공간의 EntityContainer 사이에 기본 CCMapping을 만듭니다. 범위의 선언된 형식에 따라 매핑이 만들어집니다. 따라서 상속이 작동하지 않습니다.

public ref class EntityModelSchemaGenerator sealed
public sealed class EntityModelSchemaGenerator
type EntityModelSchemaGenerator = class
Public NotInheritable Class EntityModelSchemaGenerator
상속
EntityModelSchemaGenerator

생성자

EntityModelSchemaGenerator(EntityContainer)

EntityModelSchemaGenerator 클래스의 새 인스턴스를 초기화합니다.

EntityModelSchemaGenerator(EntityContainer, String, String)

EntityModelSchemaGenerator 클래스의 새 인스턴스를 초기화합니다.

EntityModelSchemaGenerator(StoreItemCollection, String, String)

EntityModelGenerator를 생성합니다.

속성

EdmItemCollection

GenerateMetadata 메서드에 의해 만들어진 EdmItemCollection을 가져옵니다.

EntityContainer

GenerateMetadata 메서드에 의해 만들어진 개념 모델인 EntityContainer를 가져옵니다.

GenerateForeignKeyProperties

개념적 모델에서 외래 키 속성을 생성하는 플래그를 가져오거나 설정합니다.

PluralizationService

모델을 생성할 때 사용되는 서비스를 나타내는 PluralizationService 값을 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GenerateMetadata()

개념 모델 메타데이터 정보를 생성하고 모든 스키마 오류를 반환합니다.

GenerateMetadata(Version)

개념 모델 메타데이터 정보를 생성하고 모든 스키마 오류를 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
WriteModelSchema(String)

생성된 CSDL(개념 스키마 정의 언어)을 지정된 파일에 씁니다.

WriteModelSchema(XmlWriter)

생성된 CSDL(개념 스키마 정의 언어)을 XmlWriter 개체에 씁니다.

WriteStorageMapping(String)

생성된 MSL(매핑 사양 언어)을 지정된 파일에 씁니다.

WriteStorageMapping(XmlWriter)

생성된 MSL(매핑 사양 언어)을 XmlWriter 개체에 씁니다.

적용 대상