Method | Description | |
---|---|---|
TryCreateItemCollection ( string sourcePath, ItemCollection &itemCollection ) : bool |
Try to create an ItemCollection loaded with the metadata provided
|
|
TryLoadRootElement ( string sourcePath, System.Xml.Linq.XElement &schemaElement ) : bool |
Tries to load the root element from the metadata file provided
|
Method | Description | |
---|---|---|
CreateItemCollection ( IEnumerable |
Method to build the appropriate ItemCollection
|
|
GetNamespace ( |
Selects a namespace from the supplied constants.
|
|
ItemCollectionBuilder ( |
Ctor to setup the ItemCollectionBuilder members
|
Method | Description | |
---|---|---|
ProcessErrors ( IEnumerable |
Takes an Enumerable of EdmSchemaErrors, and adds them to the errors collection of the template class
|
|
TryLoadRootElementFromEdmx ( System.Xml.Linq.XElement edmxDocument, |
Tries to load the root element from the provided edmxDocument
|
|
TryLoadRootElementFromEdmx ( string edmxPath, System.Xml.Linq.XElement &rootElement ) : bool |
Tries to load the root element from the provided .edmx metadata file
|
protected abstract CreateItemCollection ( IEnumerable |
||
readers | IEnumerable |
|
errors | IList |
|
return | ItemCollection |
protected abstract GetNamespace ( |
||
constants | ||
return | string |
protected ItemCollectionBuilder ( |
||
textTransformation | ||
fileExtension | string | |
edmxSectionName | string | |
rootElementName | string | |
return | System |
public TryCreateItemCollection ( string sourcePath, ItemCollection &itemCollection ) : bool | ||
sourcePath | string | |
itemCollection | ItemCollection | |
return | bool |
public TryLoadRootElement ( string sourcePath, System.Xml.Linq.XElement &schemaElement ) : bool | ||
sourcePath | string | |
schemaElement | System.Xml.Linq.XElement | |
return | bool |