Class DiagramBpmnActivity
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramBpmnActivity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class DiagramBpmnActivity : EJTagHelper
Constructors
DiagramBpmnActivity()
Declaration
public DiagramBpmnActivity()
Properties
Activity
Defines the type of the activity None - Sets the type of the Bpmn Activity as None Task - Sets the type of the Bpmn Activity as Task SubProcess - Sets the type of the Bpmn Activity as SubProcess
Declaration
public BpmnActivities Activity { get; set; }
Property Value
| Type | Description |
|---|---|
| BpmnActivities | The default value is BpmnActivities.Task |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
SubProcess
Defines the type of the SubProcesses
Declaration
public DiagramBpmnSubProcess SubProcess { get; set; }
Property Value
| Type | Description |
|---|---|
| DiagramBpmnSubProcess | The default value is null |
Task
Defines the BPMN task
Declaration
public DiagramBpmnTask Task { get; set; }
Property Value
| Type | Description |
|---|---|
| DiagramBpmnTask | The default value is null |