menu

Blazor

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

    Show / Hide Table of Contents

    Class BpmnDataStore

    Represents the storing or access of data associated with business processs.

    Inheritance
    System.Object
    DiagramObject
    Shape
    BpmnDataStore
    Implements
    IDiagramObject
    System.ICloneable
    Inherited Members
    Shape.Type
    DiagramObject.OnPropertyChanged(String, Object, Object, IDiagramObject)
    DiagramObject.GetParent()
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BpmnDataStore : Shape, IDiagramObject, ICloneable
    Examples
    Node node = new Node()
    {
        ID = "node1",          
        Width = 70,
        Height = 70, 
        OffsetX = 100,
        OffsetY = 300,
        Shape = new BpmnDataStore() 
    };

    Constructors

    BpmnDataStore()

    Initializes a new instance of the BpmnDataStore class.

    Declaration
    public BpmnDataStore()

    Methods

    Clone()

    Creates a new BpmnDataStore that is a copy of the current BpmnDataStore.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    it returns BpmnDataStore

    Overrides
    Shape.Clone()

    Implements

    IDiagramObject
    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved