Interface IBpmnGroup
Represents the graphical objects used to visually represent the business process.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public interface IBpmnGroup : IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Properties
IsAdhocActivity
Gets or sets whether an Activity is a Adhoc activity or not. Remarks: This is applicable only for ExpandedSubProcess shape.
Declaration
bool IsAdhocActivity { get; set; }
Property Value
Type |
---|
System.Boolean |
IsCompensationActivity
Gets or sets whether an Activity is a compensative activity or not. Remarks: This is applicable only for ExpandedSubProcess shape.
Declaration
bool IsCompensationActivity { get; set; }
Property Value
Type |
---|
System.Boolean |
IsExpandedSubProcess
Gets or sets a value indicates whether the ExpandedSubProcess is enabled. The default value is set to false.
Declaration
bool IsExpandedSubProcess { get; set; }
Property Value
Type |
---|
System.Boolean |
LoopActivity
Gets or sets the Loop Characteristic of an Activity. Remarks: This is applicable only for ExpandedSubProcess shape.
Declaration
LoopCharacteristic LoopActivity { get; set; }
Property Value
Type |
---|
LoopCharacteristic |
SubProcessType
Gets or sets type of BPMN Boundary activity. Remarks: This is applicable only for ExpandedSubProcess shape.
Declaration
SubProcessType SubProcessType { get; set; }
Property Value
Type |
---|
SubProcessType |