Scribe.Core.ConnectorApi.Actions Namespace

The actions portion of the Scribe Online Connector Api is used for executing Connector specific logic as well as the Input and Result objects used for the methods.

Classes

 

Class

Description

Public class

ErrorNumber

Errors that are processed by solutions.

Public class

ErrorResult

This class is used to return error result information to the caller of the operation.

Public class

MethodInput

This class holds the input information for a call to a method as described in a MethodDefinition for an Connector.

Public class

MethodResult

This class holds the result information for a call to a method as described in a MethodDefinition for an Connector.

Public class

OperationInput

This class is used to supply operation information when calling an Connector to perform an ExecuteOperation or TestOperation.

Public class

OperationResult

This class is used to return operation results when calling an Connector to perform an ExecuteOperation or TestOperation.