Class BPMNNode
Inheritance
System.Object
BPMNNode
Inherited Members
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()
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class BPMNNode : DiagramNode
Constructors
BPMNNode()
Declaration
Properties
Activity
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("activity")]
public BPMNActivity Activity { get; set; }
Property Value
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
Event
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("event")]
public BPMNEvents Event { get; set; }
Property Value
Gateway
Declaration
[JsonProperty("gateway")]
[JsonConverter(typeof(StringEnumConverter))]
public BPMNGateways Gateway { get; set; }
Property Value
Shape
Declaration
[JsonProperty("shape")]
[JsonConverter(typeof(StringEnumConverter))]
public BPMNShapes Shape { get; set; }
Property Value
SubProcess
Declaration
[JsonProperty("subProcess")]
public BPMNSubProcess SubProcess { get; }
Property Value
Task
Declaration
[JsonProperty("task")]
public BPMNTask Task { get; }
Property Value
Trigger
Declaration
[JsonProperty("trigger")]
[JsonConverter(typeof(StringEnumConverter))]
public BPMNTriggers Trigger { get; set; }
Property Value