C# 클래스 System.Data.Entity.Core.SchemaObjectModel.EntityKeyElement

Represents an Key element in an EntityType element.
상속: System.Data.Entity.Core.SchemaObjectModel.SchemaElement
파일 보기 프로젝트 열기: dotnet/ef6tools 1 사용 예제들

공개 메소드들

메소드 설명
EntityKeyElement ( SchemaEntityType parentElement ) : System.Collections.Generic

Constructs an EntityContainerAssociationSetEnd

보호된 메소드들

메소드 설명
HandleAttribute ( XmlReader reader ) : bool
HandleElement ( XmlReader reader ) : bool

비공개 메소드들

메소드 설명
HandlePropertyRefElement ( XmlReader reader ) : void
ResolveTopLevelNames ( ) : void

Used during the resolve phase to resolve the type name to the object that represents that type

Validate ( ) : void

Validate all the key properties

메소드 상세

EntityKeyElement() 공개 메소드

Constructs an EntityContainerAssociationSetEnd
public EntityKeyElement ( SchemaEntityType parentElement ) : System.Collections.Generic
parentElement SchemaEntityType Reference to the schema element.
리턴 System.Collections.Generic

HandleAttribute() 보호된 메소드

protected HandleAttribute ( XmlReader reader ) : bool
reader XmlReader
리턴 bool

HandleElement() 보호된 메소드

protected HandleElement ( XmlReader reader ) : bool
reader XmlReader
리턴 bool