Class DiagramConnectionItemContract
Contains details for diagram connections between two tasks
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class DiagramConnectionItemContract : Object
Name | Description |
---|---|
DiagramConnectionItemContract() |
Fields
Name | Description |
---|---|
Caption | Caption of the diagram connection |
EndItemId | The id of the next task |
EndItemThumb | The thumb which was used for output. Possible values: Bottom, Top, Left, Right |
Id | Id of the diagram connection |
StartItemId | The id of the pervious task |
StartItemThumb | The thumb which was used for input. Possible values: Bottom, Top, Left, Right |