MetadataItemCollectionFactory Class

Definition

Important

This API is not CLS-compliant.

Represents a set of methods for creating metadata ItemCollection instances.

public ref class MetadataItemCollectionFactory abstract sealed
public static class MetadataItemCollectionFactory
[System.CLSCompliant(false)]
public static class MetadataItemCollectionFactory
type MetadataItemCollectionFactory = class
[<System.CLSCompliant(false)>]
type MetadataItemCollectionFactory = class
Public Class MetadataItemCollectionFactory
Inheritance
MetadataItemCollectionFactory
Attributes

Methods

CreateEdmItemCollection(IEnumerable<XmlReader>, IList<EdmSchemaError>)

Creates an EdmItemCollection and loads the metadata that is contained in the IEnumerable of XmlReader.

CreateEdmItemCollection(IEnumerable<XmlReader>, Version, IList<EdmSchemaError>)

Creates an EdmItemCollection and loads the metadata that is contained in the IEnumerable of XmlReader.

CreateStorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>, IList<EdmSchemaError>)

Creates a StorageMappingItemCollection and loads the metadata that is contained in the specified EdmItemCollection, StoreItemCollection, and collection of XmlReader objects.

CreateStorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>, Version, IList<EdmSchemaError>)

Creates a StorageMappingItemCollection from the mapping information in the XmlReader objects and the metadata in the specified EdmItemCollection and StoreItemCollection objects.

CreateStoreItemCollection(IEnumerable<XmlReader>, IList<EdmSchemaError>)

Constructs a StoreItemCollection and provides a list of errors and warnings.

CreateStoreItemCollection(IEnumerable<XmlReader>, Version, IList<EdmSchemaError>)

Constructs a StoreItemCollection and provides a list of errors and warnings.

Applies to