menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UmlSequenceFragmentType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UmlSequenceFragmentType

    Specifies the different types of fragments used in a UML sequence diagram.

    Inheritance
    System.Object
    UmlSequenceFragmentType
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class UmlSequenceFragmentType : Enum

    Fields

    Alternative

    Represents a conditional branching fragment (if-else).

    Declaration
    public const UmlSequenceFragmentType Alternative
    Field Value
    Type
    UmlSequenceFragmentType

    Loop

    Represents a loop or repetitive execution fragment.

    Declaration
    public const UmlSequenceFragmentType Loop
    Field Value
    Type
    UmlSequenceFragmentType

    Optional

    Represents an optional execution fragment.

    Declaration
    public const UmlSequenceFragmentType Optional
    Field Value
    Type
    UmlSequenceFragmentType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved