menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BPMNNode

    Show / Hide Table of Contents

    Class BPMNNode

    Inheritance
    System.Object
    DiagramNode
    BPMNNode
    Inherited Members
    DiagramNode.ID
    DiagramNode.FillColor
    DiagramNode.BorderColor
    DiagramNode.BorderWidth
    DiagramNode.BorderDashArray
    DiagramNode.Opacity
    DiagramNode.Gradient
    DiagramNode.BorderGradient
    DiagramNode.Shadow
    DiagramNode.Tooltip
    DiagramNode.PaletteItem
    DiagramNode.Name
    DiagramNode.Width
    DiagramNode.MinWidth
    DiagramNode.MinHeight
    DiagramNode.MaxWidth
    DiagramNode.MaxHeight
    DiagramNode.MarginLeft
    DiagramNode.MarginTop
    DiagramNode.MarginRight
    DiagramNode.MarginBottom
    DiagramNode.Height
    DiagramNode.OffsetX
    DiagramNode.OffsetY
    DiagramNode.IsExpanded
    DiagramNode.Visible
    DiagramNode.Constraints
    DiagramNode.Tag
    DiagramNode.Labels
    DiagramNode.ExpandIcon
    DiagramNode.CollapseIcon
    DiagramNode.Ports
    DiagramNode.RotateAngle
    DiagramNode.Pivot
    DiagramNode.AddInfo
    DiagramNode.Parent
    DiagramNode.Type
    DiagramNode.Nodes
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class BPMNNode : DiagramNode

    Constructors

    BPMNNode()

    Declaration
    public BPMNNode()

    Properties

    Activity

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("activity")]
    public BPMNActivity Activity { get; set; }
    Property Value
    Type Description
    BPMNActivity

    Collection

    Declaration
    [JsonProperty("collection")]
    public bool Collection { get; set; }
    Property Value
    Type Description
    System.Boolean

    Direction

    Declaration
    [JsonProperty("direction")]
    [JsonConverter(typeof(StringEnumConverter))]
    public BPMNDirections Direction { get; set; }
    Property Value
    Type Description
    BPMNDirections

    Event

    Declaration
    [JsonProperty("event")]
    [JsonConverter(typeof(StringEnumConverter))]
    public BPMNEvents Event { get; set; }
    Property Value
    Type Description
    BPMNEvents

    Gateway

    Declaration
    [JsonProperty("gateway")]
    [JsonConverter(typeof(StringEnumConverter))]
    public BPMNGateways Gateway { get; set; }
    Property Value
    Type Description
    BPMNGateways

    Shape

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("shape")]
    public BPMNShapes Shape { get; set; }
    Property Value
    Type Description
    BPMNShapes

    SubProcess

    Declaration
    [JsonProperty("subProcess")]
    public BPMNSubProcess SubProcess { get; }
    Property Value
    Type Description
    BPMNSubProcess

    Task

    Declaration
    [JsonProperty("task")]
    public BPMNTask Task { get; }
    Property Value
    Type Description
    BPMNTask

    Trigger

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("trigger")]
    public BPMNTriggers Trigger { get; set; }
    Property Value
    Type Description
    BPMNTriggers
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved