alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum UmlSequenceMessageType

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

    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum UmlSequenceMessageType

    Fields

    Name Description
    Asynchronous

    An asynchronous message that does not wait for a reply.

    Create

    A message that creates a new instance in the sequence.

    Delete

    A message that deletes an instance in the sequence.

    Reply

    A reply message sent in response to a synchronous message.

    Self

    A message that an instance sends to itself.

    Synchronous

    A synchronous message that waits for a reply.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved