Class GetWebApiNode
Web api post
Inheritance
System.Object
GetWebApiNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class GetWebApiNode : ActionNode
Properties
| Improve this Doc View SourceFriendlyName
Gets the friendly name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinAuthentication
Gets or sets the authentication data pin
Declaration
public DataPin InPinAuthentication { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinParameter
Gets or sets the url node
Declaration
public DataPin InPinParameter { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinUrl
Gets or sets the url node
Declaration
public DataPin InPinUrl { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets the internal name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNode
Gets or sets the out node
Declaration
public ActionNode OutNode { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeFailed
Gets or sets the failed out node
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinStatusCode
Gets or sets the status code
Declaration
public DataPin OutPinStatusCode { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
OutPinStringContent
Gets or sets the status code
Declaration
public DataPin OutPinStringContent { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(IFlowRuntimeService, DataPinScope)
Get web api data
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type | Name | Description |
---|---|---|
IFlowRuntimeService | runtime | Runtime instance |
DataPinScope | scope | Scope instnace |
Returns
Type | Description |
---|---|
System.Boolean | True if conversion was successfull |