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 |
---|---|---|
![]() |
Gets or sets Description. |
|
![]() |
Gets or sets FullName. This is the unique name to reference this IActionDefinition. Must not contain any non-alphanumeric characters other than the underscore. |
|
![]() |
Gets or sets KnownActionType. |
|
![]() |
Gets or sets Name. |
|
![]() |
This property will get/set whether the action supports bulk. |
|
![]() |
This property will get/set whether the action supports constraints. |
|
![]() |
This property will get/set whether the action supports input. |
|
![]() |
This property will get/set whether the action supports lookup conditions. |
|
![]() |
This property will get/set whether the action supports multiple record operations. |
|
![]() |
This property will get/set whether the action supports relations. |
|
![]() |
This property will get/set whether the action supports sequences. |
See