C# Class EFUtility.CodeGenerationTools.MetadataLoader.StorageMappingItemCollectionBuilder

Builder class for creating a StorageMappingItemCollection
Inheritance: ItemCollectionBuilder
ファイルを表示 Open project: jradxl/Entity-Framework-Code-Generation-Tools-Experiments

Public Methods

Method Description
StorageMappingItemCollectionBuilder ( DynamicTextTransformation textTransformation, System.Data.Metadata.Edm.EdmItemCollection edmItemCollection, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : 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

StorageMappingItemCollectionBuilder() public method

public StorageMappingItemCollectionBuilder ( DynamicTextTransformation textTransformation, System.Data.Metadata.Edm.EdmItemCollection edmItemCollection, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection ) : System
textTransformation DynamicTextTransformation
edmItemCollection System.Data.Metadata.Edm.EdmItemCollection
storeItemCollection System.Data.Metadata.Edm.StoreItemCollection
return System