Class BpmnGroupViewModel
Represents the graphical objects used to visually represent the business process.Properties
Inheritance
System.Object
BpmnGroupViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class BpmnGroupViewModel : GroupViewModel, IBpmnGroup, IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
BpmnGroupViewModel()
Creates new instance of BpmnGroupViewModel class.
Declaration
public BpmnGroupViewModel()
Properties
IsAdhocActivity
Gets or sets whether BPMN Data Object is Adhoc or not. Remarks: This is applicable only for ExpandedSubProcess shape.
Declaration
public 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
public 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
public 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
public LoopCharacteristic LoopActivity { get; set; }
Property Value
Type |
---|
LoopCharacteristic |
SubProcessType
Gets or sets type of BPMN SubProcess activity. Remarks: This is applicable only for ExpandedSubProcess shape.
Declaration
public SubProcessType SubProcessType { get; set; }
Property Value
Type |
---|
SubProcessType |
Implements
System.ComponentModel.INotifyPropertyChanged