Class FlowInteractionBase
Inheritance
FlowInteractionBase
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public abstract class FlowInteractionBase
Constructors
|
Improve this Doc
View Source
FlowInteractionBase(Dictionary<String, String>)
Declaration
protected FlowInteractionBase(Dictionary<string, string> addressMap = null)
Parameters
Properties
|
Improve this Doc
View Source
Arguments
Declaration
public IList<ICadence> Arguments { get; set; }
Property Value
|
Improve this Doc
View Source
Script
Declaration
public string Script { get; set; }
Property Value