MethodInput Class

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

Inheritance Hierarchy

System Object

  Scribe.Core.ConnectorApi.Actions MethodInput

Namespace:  Scribe.Core.ConnectorApi.Actions
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

[DataContractAttribute]
[KnownTypeAttribute(typeof(DataEntity))]
public class MethodInput

The MethodInput type exposes the following members.

Constructors

 

Name

Description

Public method

MethodInput

Default Ctor

Properties

 

Name

Description

Public property

Input

This property holds the input parameters for the method.

Public property

IsTestMethod

This property holds the flag on whether the Connector should attempt to perform this method as a test.

Public property

Name

This property holds the name of the method.

Methods

 

Name

Description

Public method Static member

CloneOperationInput

Creates a new object that is a copy of the current instance.

Public method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)

Public method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)

Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)

Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

See

Scribe.Core.ConnectorApi.Actions Namespace