Class FlowConnectorViewModel
Inheritance
System.Object
FlowConnectorViewModel
Assembly: Simplic.Flow.Editor.UI.dll
Syntax
public class FlowConnectorViewModel : ConnectorViewModel
Constructors
|
Improve this Doc
View Source
FlowConnectorViewModel(FlowPinDefinition)
Declaration
public FlowConnectorViewModel(FlowPinDefinition pinDefinition)
Parameters
Properties
|
Improve this Doc
View Source
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
FillColor
Declaration
public string FillColor { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HighlightFillColor
Declaration
public string HighlightFillColor { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HighlightStrokeColor
Declaration
public string HighlightStrokeColor { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsConnected
Declaration
public override bool IsConnected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsList
Declaration
public bool IsList { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
PinDirection
Declaration
public override PinDirectionDefinition PinDirection { get; set; }
Property Value
Overrides
|
Improve this Doc
View Source
StrokeColor
Declaration
public string StrokeColor { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CanConnect()
Declaration
public override bool CanConnect()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
CanConnectTo(ConnectorViewModel)
Declaration
public override bool CanConnectTo(ConnectorViewModel otherConnectorViewModel)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides