Class DataConnector
Data Connector type
Inherited Members
Namespace: Simplic.Flow.Editor.UI
Assembly: Simplic.Flow.Editor.UI.dll
Syntax
public class DataConnector : BaseConnector
Constructors
| Improve this Doc View SourceDataConnector(String, String, ConnectorDirection, Type, Boolean, String)
Constructor
Declaration
public DataConnector(string name, string text, ConnectorDirection connectorDirection, Type connectorDataType, bool isGeneric, string allowedTypes)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Connector name |
System.String | text | Connector display name |
ConnectorDirection | connectorDirection | Connector direction |
System.Type | connectorDataType | Connector data type |
System.Boolean | isGeneric | Is a generic type ? |
System.String | allowedTypes | if a generic type, this limits the types |
Properties
| Improve this Doc View SourceAllowedTypes
Declaration
public string AllowedTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConnectorDataType
Gets or sets the connector data type
Declaration
public Type ConnectorDataType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
IsGeneric
Declaration
public bool IsGeneric { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |