menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnLoopCharacteristic - API Reference

    Show / Hide Table of Contents

    Class BpmnLoopCharacteristic

    Specifies the LoopCharacteristics of BpmnActivity/BpmnExpandedSubProcess.

    Inheritance
    System.Object
    BpmnLoopCharacteristic
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class BpmnLoopCharacteristic : Enum
    Examples
    Node node = new Node()
    {
        Shape = new BpmnActivity() 
        { 
            ActivityType = BpmnActivityType.Task, 
            Loop = BpmnLoopCharacteristic.Standard,
        }
    };

    Fields

    None

    Specifies that an Activity is not looping according to BPMN.

    Declaration
    public const BpmnLoopCharacteristic None
    Field Value
    Type Description
    BpmnLoopCharacteristic

    ParallelMultiInstance

    Specifies that an Activity has a parallel Multi-Instance Loop Characteristic according to BPMN.

    Declaration
    public const BpmnLoopCharacteristic ParallelMultiInstance
    Field Value
    Type Description
    BpmnLoopCharacteristic

    SequenceMultiInstance

    Specifies that an Activity has a sequential Multi-Instance Loop Characteristic according to BPMN.

    Declaration
    public const BpmnLoopCharacteristic SequenceMultiInstance
    Field Value
    Type Description
    BpmnLoopCharacteristic

    Standard

    Specifies that an Activity has a Standard Loop Characteristic according to BPMN.

    Declaration
    public const BpmnLoopCharacteristic Standard
    Field Value
    Type Description
    BpmnLoopCharacteristic

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved