C# Class System.Data.Entity.Core.SchemaObjectModel.EntityKeyElement

Represents an Key element in an EntityType element.
Inheritance: System.Data.Entity.Core.SchemaObjectModel.SchemaElement
显示文件 Open project: dotnet/ef6tools Class Usage Examples

Public Methods

Method Description
EntityKeyElement ( SchemaEntityType parentElement ) : System.Collections.Generic

Constructs an EntityContainerAssociationSetEnd

Protected Methods

Method Description
HandleAttribute ( XmlReader reader ) : bool
HandleElement ( XmlReader reader ) : bool

Private Methods

Method Description
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

Method Details

EntityKeyElement() public method

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

HandleAttribute() protected method

protected HandleAttribute ( XmlReader reader ) : bool
reader XmlReader
return bool

HandleElement() protected method

protected HandleElement ( XmlReader reader ) : bool
reader XmlReader
return bool