C# Class EFUtility.CodeGenerationTools.MetadataLoader.StoreItemCollectionBuilder

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

Méthodes publiques

Méthode Description
StoreItemCollectionBuilder ( DynamicTextTransformation textTransformation ) : System

Méthodes protégées

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

Selects a namespace from the supplied constants.

Method Details

CreateItemCollection() protected méthode

protected CreateItemCollection ( IEnumerable readers, IList &errors ) : ItemCollection
readers IEnumerable
errors IList
Résultat ItemCollection

GetNamespace() protected méthode

Selects a namespace from the supplied constants.
protected GetNamespace ( SchemaConstants constants ) : string
constants SchemaConstants
Résultat string

StoreItemCollectionBuilder() public méthode

public StoreItemCollectionBuilder ( DynamicTextTransformation textTransformation ) : System
textTransformation DynamicTextTransformation
Résultat System