EntityModelSchemaGenerator 클래스

정의

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

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

생성자

Name Description
EntityModelSchemaGenerator(EntityContainer, String, String)

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

EntityModelSchemaGenerator(EntityContainer)

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

EntityModelSchemaGenerator(StoreItemCollection, String, String)

EntityModelGenerator를 생성합니다.

속성

Name Description
EdmItemCollection

GenerateMetadata 메서드에서 만든 EdmItemCollection을 가져옵니다.

EntityContainer

GenerateMetadata 메서드에서 만든 개념적 모델 EntityContainer를 가져옵니다.

GenerateForeignKeyProperties

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

PluralizationService

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

메서드

Name Description
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 개체에 씁니다.

적용 대상