Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HistoryEntryType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HistoryEntryType

    Specifies the history entry created for the modification of the diagram element like node, connector, port and more.

    Inheritance
    System.Object
    HistoryEntryType
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class HistoryEntryType : Enum
    Remarks
    The below code snippet is an example to demonstrate HistoryEntryType is object,
    Examples
    HistoryEntry Entry = new HistoryEntry() {
       BlazorHistoryEntryType = HistoryEntryType.Object
    };
    Diagram.AddCustomHistoryEntry(Entry);

    Fields

    Connector

    Define the history entry created for connector modification.

    Declaration
    public const HistoryEntryType Connector
    Field Value
    Type Description
    HistoryEntryType

    Diagram

    Define the history entry created for diagram modification.

    Declaration
    public const HistoryEntryType Diagram
    Field Value
    Type Description
    HistoryEntryType

    Node

    Define the history entry created for node modification.

    Declaration
    public const HistoryEntryType Node
    Field Value
    Type Description
    HistoryEntryType

    Object

    Define the history entry created for custom object modification.

    Declaration
    public const HistoryEntryType Object
    Field Value
    Type Description
    HistoryEntryType

    PathAnnotation

    Define the history entry created for path annotation modification.

    Declaration
    public const HistoryEntryType PathAnnotation
    Field Value
    Type Description
    HistoryEntryType

    PortObject

    Define the history entry created for port modification.

    Declaration
    public const HistoryEntryType PortObject
    Field Value
    Type Description
    HistoryEntryType

    Selector

    Define the history entry created for Selector modification.

    Declaration
    public const HistoryEntryType Selector
    Field Value
    Type Description
    HistoryEntryType

    ShapeAnnotation

    Define the history entry created for Shape Annotation modification.

    Declaration
    public const HistoryEntryType ShapeAnnotation
    Field Value
    Type Description
    HistoryEntryType

    value__

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