C# 클래스 EFUtility.CodeGenerationTools.MetadataLoader.EdmItemCollectionBuilder

Builder class for creating a EdmItemCollection
상속: ItemCollectionBuilder
파일 보기 프로젝트 열기: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

공개 메소드들

메소드 설명
EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation ) : System
EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation, IEnumerable referenceSchemas ) : System

보호된 메소드들

메소드 설명
CreateItemCollection ( IEnumerable readers, IList &errors ) : ItemCollection
GetNamespace ( SchemaConstants constants ) : string

Selects a namespace from the supplied constants.

메소드 상세

CreateItemCollection() 보호된 메소드

protected CreateItemCollection ( IEnumerable readers, IList &errors ) : ItemCollection
readers IEnumerable
errors IList
리턴 ItemCollection

EdmItemCollectionBuilder() 공개 메소드

public EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation ) : System
textTransformation DynamicTextTransformation
리턴 System

EdmItemCollectionBuilder() 공개 메소드

public EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation, IEnumerable referenceSchemas ) : System
textTransformation DynamicTextTransformation
referenceSchemas IEnumerable
리턴 System

GetNamespace() 보호된 메소드

Selects a namespace from the supplied constants.
protected GetNamespace ( SchemaConstants constants ) : string
constants SchemaConstants
리턴 string