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

Represents an Key element in an EntityType element.
Inheritance: System.Data.Entity.Core.SchemaObjectModel.SchemaElement
Afficher le fichier Open project: dotnet/ef6tools Class Usage Examples

Méthodes publiques

Méthode Description
EntityKeyElement ( SchemaEntityType parentElement ) : System.Collections.Generic

Constructs an EntityContainerAssociationSetEnd

Méthodes protégées

Méthode Description
HandleAttribute ( XmlReader reader ) : bool
HandleElement ( XmlReader reader ) : bool

Private Methods

Méthode 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 méthode

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

HandleAttribute() protected méthode

protected HandleAttribute ( XmlReader reader ) : bool
reader XmlReader
Résultat bool

HandleElement() protected méthode

protected HandleElement ( XmlReader reader ) : bool
reader XmlReader
Résultat bool