Class DiagramItemContract
The data for a single diagram item which represents a task
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class DiagramItemContract : Object
Name | Description |
---|---|
DiagramItemContract() |
Fields
Name | Description |
---|---|
Description | Description of the item |
DiagramData | Additional diagram data to draw the diagram |
Id | The id of the diagram item |
ItemType | Type of the task. Possible values: Start, UserTask, If, Webservice, End, TaskFunction |
Name | Name of the item |
X | X Coordinate of the item |
Y | Y coordinate of the item |