RemoteSharedFileBackedMetadataCatalog members
Include protected members
Include inherited members
Implements the IMetadataCatalog interface that works with offline solutions for Microsoft Business Connectivity Services (BCS).
The RemoteSharedFileBackedMetadataCatalog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RemoteSharedFileBackedMetadataCatalog() | Initializes a new instance of the class. | |
RemoteSharedFileBackedMetadataCatalog(String) | Initializes a new instance of the class for the specified composite. |
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. | |
Dispose() | Disposes the metadata catalog. | |
Dispose(Boolean) | Disposes the metadata catalog. | |
Finalize | This member is reserved for internal use and is not intended to be used directly from your code. (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. | |
GetLoadController | Gets the load controller associated with this metadata catalog. | |
GetLobSystem | Gets the external system with the specified name. | |
GetLobSystems | Gets the external systems whose names match the specified wildcard string. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ConnectionAcquired | Indicates that the connection to the BCS host process has been reacquired. | |
ConnectionLost | Indicates that the connection to the BCS host process has been lost. | |
PreConnectionLost | Indicates that the connection to the BCS host process has been lost. |
Top