C# Класс System.Data.Entity.Core.SchemaObjectModel.EntityKeyElement

Represents an Key element in an EntityType element.
Наследование: System.Data.Entity.Core.SchemaObjectModel.SchemaElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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