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

Inheritance: System.Data.Entity.Core.SchemaObjectModel.StructuredType
ファイルを表示 Open project: dotnet/ef6tools Class Usage Examples

Public Methods

Method Description
SchemaEntityType ( System.Data.Entity.Core.SchemaObjectModel.Schema parentElement ) : System.Collections.Generic

Protected Methods

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

Private Methods

Method Description
HandleKeyElement ( XmlReader reader ) : void
HandleNavigationPropertyElement ( XmlReader reader ) : void
ResolveTopLevelNames ( ) : void
Validate ( ) : void

Method Details

HandleAttribute() protected method

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

HandleElement() protected method

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

SchemaEntityType() public method

public SchemaEntityType ( System.Data.Entity.Core.SchemaObjectModel.Schema parentElement ) : System.Collections.Generic
parentElement System.Data.Entity.Core.SchemaObjectModel.Schema
return System.Collections.Generic