Class FlowPinDefinition
Inheritance
System.Object
FlowPinDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Flow.Editor.Definition
Assembly: Simplic.Flow.Editor.Definition.dll
Syntax
public class FlowPinDefinition
Properties
| Improve this Doc View SourceAllowMultiple
Declaration
public bool AllowMultiple { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PinDirection
Declaration
public PinDirectionDefinition PinDirection { get; set; }
Property Value
Type | Description |
---|---|
PinDirectionDefinition |