Click or drag to resize

FlowInput Class

Represents an input connector data for Flow.
Inheritance Hierarchy
SystemObject
  NeoAxisFlowInput

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public sealed class FlowInput

The FlowInput type exposes the following members.

Constructors
 NameDescription
Public methodFlowInputInitializes a new instance of the FlowInput class
Public methodFlowInput(IFlowExecutionComponent, String)Initializes a new instance of the FlowInput class
Top
Properties
 NameDescription
Public propertyOwner 
Public propertyPropertyName 
Top
Methods
 NameDescription
Public methodEquals(FlowInput) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
Operators
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also