IMethodDefinition Interface
This interface defines the required information for a MethodDefinition.
Namespace: Scribe.Core.ConnectorApi.Metadata
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public interface IMethodDefinition
The IMethodDefinition type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
![]() |
This property holds the description. |
|
![]() |
This property holds the full name, it must be unique across the entire Connector. Must not contain any non-alphanumeric characters other than the underscore. |
|
![]() |
This property holds the ObjectDefinition that describes the input. |
|
![]() |
This property holds the name. |
|
![]() |
This property holds the ObjectDefinition that describes the output. |
See