Class DiagramBpmnSubEvent
Inheritance
System.Object
DiagramBpmnSubEvent
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnSubEvent : EJTagHelper
Constructors
DiagramBpmnSubEvent()
Declaration
public DiagramBpmnSubEvent()
Properties
Annotations
Defines the collection of textual annotations of the sub events
Declaration
public object Annotations { get; set; }
Property Value
Type |
Description |
System.Object |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Event
Sets the type of the BPMN Event
Start - Sets the type of the Bpmn Event as Start
Intermediate - Sets the type of the Bpmn Event as Intermediate
End - Sets the type of the Bpmn Event as End
NonInterruptingStart - Sets the type of the Bpmn Event as NonInterruptingStart
NonInterruptingIntermediate - Sets the type of the Bpmn Event as NonInterruptingIntermediate
ThrowingIntermediate - Sets the type of the Bpmn Event as ThrowingIntermediate
Declaration
public BpmnEvents Event { get; set; }
Property Value
Height
Sets the height of the node
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalAlignment
Sets how to horizontally align a node with respect to its immediate parent
Stretch - Stretches the diagram element throughout its immediate parent
Left - Aligns the diagram element at the left of its immediate parent
Right - Aligns the diagram element at the right of its immediate parent
Center - Aligns the diagram element at the center of its immediate parent
Auto - Aligns the diagram element based on the characteristics of its immediate parent
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Id
Sets the id of the BPMN sub event
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Margin
Defines the space to be left between the node and its immediate parent
Declaration
public DiagramMargin Margin { get; set; }
Property Value
Offset
Defines the position of the sub event
Declaration
public DiagramPoint Offset { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Ports
Defines the collection of connection points of the sub events
Declaration
public object Ports { get; set; }
Property Value
Type |
Description |
System.Object |
|
Trigger
Defines the type of the trigger
None - Sets the type of the trigger as None
Message - Sets the type of the trigger as Message
Escalation - Sets the type of the trigger as Escalation
Link - Sets the type of the trigger as Link
Error - Sets the type of the trigger as Error
Compensation - Sets the type of the trigger as Compensation
Signal - Sets the type of the trigger as Signal
Multiple - Sets the type of the trigger as Multiple
Parallel - Sets the type of the trigger as Parallel
Cancel - Sets the type of the trigger as Cancel
Conditional - Sets the type of the trigger as Conditional
Terminate - Sets the type of the trigger as Terminate
Declaration
public BpmnTriggers Trigger { get; set; }
Property Value
VerticalAlignment
Sets how to vertically align a node with respect to its immediate parent
Stretch - Stretches the diagram element throughout its immediate parent
Top - Aligns the diagram element at the top of its immediate parent
Bottom - Aligns the diagram element at the bottom of its immediate parent
Center - Aligns the diagram element at the center of its immediate parent
Auto - Aligns the diagram element based on the characteristics of its immediate parent
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Visible
Sets the visibility of the sub event
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Sets the width of the node
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|