OperationInput Input Property
This property holds 0 or more DataEntity inputs for use in the operation. One DataEntity per operation.
Namespace: Scribe.Core.ConnectorApi.Actions
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
[DataMemberAttribute(Order = 1)] public DataEntity[] Input { get; set; }
Property Value
Type: DataEntity
See