C# Class EFUtility.CodeGenerationTools.MetadataLoader.EdmItemCollectionBuilder

Builder class for creating a EdmItemCollection
Inheritance: ItemCollectionBuilder
Datei anzeigen Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Public Methods

Method Description
EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation ) : System
EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation, IEnumerable referenceSchemas ) : System

Protected Methods

Method Description
CreateItemCollection ( IEnumerable readers, IList &errors ) : ItemCollection
GetNamespace ( SchemaConstants constants ) : string

Selects a namespace from the supplied constants.

Method Details

CreateItemCollection() protected method

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

EdmItemCollectionBuilder() public method

public EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation ) : System
textTransformation DynamicTextTransformation
return System

EdmItemCollectionBuilder() public method

public EdmItemCollectionBuilder ( DynamicTextTransformation textTransformation, IEnumerable referenceSchemas ) : System
textTransformation DynamicTextTransformation
referenceSchemas IEnumerable
return System

GetNamespace() protected method

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