ObjectDefinition SupportedActionFullNames Property

Gets a list of actions that this object supports. This defines the types of Operations in Scribe.Core.ConnectorApi.IConnector.ExecuteOperation that may be used for this object.

Namespace:  Scribe.Core.ConnectorApi.Metadata

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

Syntax

public   List<string> SupportedActionFullNames { get; set; }

Property Value

Type: ListString

Implements

IObjectDefinition SupportedActionFullNames

See

ObjectDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace