An enumerated type listing direction types for a connector.
| 12 | { |
| 13 | /// <summary>An enumerated type listing direction types for a connector.</summary> |
| 14 | public enum FlowDirectionType |
| 15 | { |
| 16 | /// <summary>Flow bidirectional.</summary> |
| 17 | Bidirectional, |
| 18 | /// <summary>Flow in.</summary> |
| 19 | In, |
| 20 | /// <summary>Flow out.</summary> |
| 21 | Out, |
| 22 | } |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected