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

Public property

Description

This property holds the description.

Public property

FullName

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.

Public property

InputObjectDefinition

This property holds the ObjectDefinition that describes the input.

Public property

Name

This property holds the name.

Public property

OutputObjectDefinition

This property holds the ObjectDefinition that describes the output.

See

Scribe.Core.ConnectorApi.Metadata Namespace