Class DiagramBpmnTransactionSubProcess
Inheritance
System.Object
DiagramBpmnTransactionSubProcess
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnTransactionSubProcess : EJTagHelper
Constructors
DiagramBpmnTransactionSubProcess()
Declaration
public DiagramBpmnTransactionSubProcess()
Properties
Cancel
Defines the size and position of the cancel port
Declaration
public DiagramBpmnSubEvent Cancel { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Failure
Defines the size and position of the failure port
Declaration
public DiagramBpmnSubEvent Failure { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Success
Defines the size and position of the success port
Declaration
public DiagramBpmnSubEvent Success { get; set; }
Property Value