IActionDefinition Interface

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

Namespace:  Scribe.Core.ConnectorApi.Metadata

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

Syntax

public   interface   IActionDefinition

The IActionDefinition type exposes the following members.

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 IActionDefinition. 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