FileBackedMetadataCatalog Members
Include Protected Members
Include Inherited Members
Implements the IMetadataCatalog interface and provides a location in memory to store the metadata.
The FileBackedMetadataCatalog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FileBackedMetadataCatalog | Creates a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CurrentExecutionContext | Gets the current execution context. |
![]() |
Helper | Gets the runtime helper object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateExecutionContext | Creates an execution context. |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Dispose | Disposes the metadata catalog. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | Attempts to free resources and perform other cleanup operations before this object is reclaimed by garbage collection. (Overrides Object.Finalize().) |
![]() |
GetEntities(String) | Gets the external content types whose names match the specified wildcard string.. |
![]() |
GetEntities(String, String) | Gets the external content types for the specified namespace and whose names match the specified wildcard string. |
![]() |
GetEntity | Gets the external content type with the specified namespace and name. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetLoadController | Gets the load controller associated with this metadata catalog. |
![]() |
GetLobSystem | Gets the external system with the specified name. |
![]() |
GetLobSystems | Gets the collection of external systems whose names match the specified wildcard string. |
![]() |
GetType | (Inherited from Object.) |
![]() |
ImportPackage(String) | Imports the specified BDC model to the metadata store with default options. |
![]() |
ImportPackage(Stream, ParseContext, PackageContents) | Imports the specified BDC model to the metadata store. |
![]() |
ImportPackage(String, ParseContext, PackageContents) | Imports the specified BDC model with the specified options. |
![]() |
ImportPackage(XmlReader, ParseContext, PackageContents) | Imports a BDC model that is being read by the specified XML reader. |
![]() |
ImportPackage(String, Boolean, Boolean, Boolean, Boolean, Boolean) | Imports the specified BDC model with the specified options. |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
SubscribeOnPostGenerateProxyAssemblyBytes | Registers the given delegate to be called after a proxy is generated for an external system. |
![]() |
SubscribeOnPreGenerateProxyAssemblyBytes | Registers the given delegate to be called before a proxy is generated for an external system. |
![]() |
ToString | (Inherited from Object.) |
Top