Class DiagramBpmnSubEventBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramBpmnSubEventBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramBpmnSubEventBuilder : ControlBuilder
Constructors
DiagramBpmnSubEventBuilder()
Declaration
public DiagramBpmnSubEventBuilder()
DiagramBpmnSubEventBuilder(DiagramBpmnSubEvent)
Declaration
public DiagramBpmnSubEventBuilder(DiagramBpmnSubEvent model)
Parameters
Methods
Annotations(Object)
Defines the collection of textual annotations of the sub events
Declaration
public DiagramBpmnSubEventBuilder Annotations(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Event(BpmnEvents)
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 DiagramBpmnSubEventBuilder Event(BpmnEvents value)
Parameters
Returns
Height(Double)
Sets the height of the node
Declaration
public DiagramBpmnSubEventBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
HorizontalAlignment(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 DiagramBpmnSubEventBuilder HorizontalAlignment(HorizontalAlignment value)
Parameters
Returns
Id(String)
Sets the id of the BPMN sub event
Declaration
public DiagramBpmnSubEventBuilder Id(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Margin(DiagramMargin)
Defines the space to be left between the node and its immediate parent
Declaration
public DiagramBpmnSubEventBuilder Margin(DiagramMargin value)
Parameters
Returns
Margin(Action<DiagramMarginBuilder>)
Declaration
public DiagramBpmnSubEventBuilder Margin(Action<DiagramMarginBuilder> margin)
Parameters
Returns
Offset(DiagramPoint)
Defines the position of the sub event
Declaration
public DiagramBpmnSubEventBuilder Offset(DiagramPoint value)
Parameters
Returns
Offset(Action<DiagramPointBuilder>)
Declaration
public DiagramBpmnSubEventBuilder Offset(Action<DiagramPointBuilder> offset)
Parameters
Returns
Ports(Object)
Defines the collection of connection points of the sub events
Declaration
public DiagramBpmnSubEventBuilder Ports(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Trigger(BpmnTriggers)
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 DiagramBpmnSubEventBuilder Trigger(BpmnTriggers value)
Parameters
Returns
VerticalAlignment(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 DiagramBpmnSubEventBuilder VerticalAlignment(VerticalAlignment value)
Parameters
Returns
Visible(Boolean)
Sets the visibility of the sub event
Declaration
public DiagramBpmnSubEventBuilder Visible(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Width(Double)
Sets the width of the node
Declaration
public DiagramBpmnSubEventBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns