C# Class EFUtility.CodeGenerationTools.MetadataLoader.StoreItemCollectionBuilder

Builder class for creating a StoreItemCollection
Inheritance: ItemCollectionBuilder
Mostra file Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Public Methods

Method Description
StoreItemCollectionBuilder ( DynamicTextTransformation textTransformation ) : 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

GetNamespace() protected method

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

StoreItemCollectionBuilder() public method

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