IMetadataProvider Interface
Contract for MetadataProvider
Namespace: Scribe.Core.ConnectorApi
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public interface IMetadataProvider : IDisposable
The IMetadataProvider type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
![]() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
|
![]() |
This method will request a reset of metadata for the Connector. |
|
![]() |
Retrieves an enumerated list of global actions that the Connector supports, these actions will be reflected in the operations that will be executed from Scribe.Core.ConnectorApi.IConnector.ExecuteOperation method. |
|
![]() |
Retrieves a specific method definition metadata (i.e. web service method, SQL procedure, etc) |
|
![]() |
Retrieves a list of method definition metadata (i.e. web service methods, SQL procedures, etc) |
|
![]() |
Retrieves a single ObjectDefinition. |
|
![]() |
Retrieves the full list of ObjectDefinitions. |
See