ActionDefinition Class

The interface for an Action Definition. Action definitions define which operations are allowed for either a Connector or an IObjectDefinition.

Inheritance Hierarchy

System Object

  Scribe.Core.ConnectorApi.Metadata ActionDefinition

Namespace:  Scribe.Core.ConnectorApi.Metadata

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

Syntax

public   class   ActionDefinition : IActionDefinition

The ActionDefinition type exposes the following members.

Constructors

 

Name

Description

Public method

ActionDefinition

This constructor will assign initial default values.

Methods

 

Name

Properties

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 a hash function for a particular type.

(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.)

Properties

 

Name

Description

Public property

Description

Gets or sets Description.

Public property

FullName

Gets or sets FullName. This is the unique name to reference this ActionDefinition. Must not contain any non-alphanumeric characters other than the underscore.

Public property

KnownActionType

Gets or sets KnownActionType.

Public property

Name

Gets or sets Name.

Public property

SupportsBulk

This property will get/set whether the action supports bulk.

Public property

SupportsConstraints

This property will get/set whether the action supports constraints.

Public property

SupportsInput

This property will get/set whether the action supports input.

Public property

SupportsLookupConditions

This property will get/set whether the action supports lookup conditions.

Public property

SupportsMultipleRecordOperations

This property will get/set whether the action supports multiple record operations.

Public property

SupportsRelations

This property will get/set whether the action supports relations.

Public property

SupportsSequences

This property will get/set whether the action supports sequences.

See

Scribe.Core.ConnectorApi.Metadata Namespace