Enum Multiplicity
Define the Multiplicity of uml connector shapes OneToOne - Indicates the connector multiplicity is OneToOne. OneToMany - Indicates the connector multiplicity is OneToMany. ManyToOne - Indicates the connector multiplicity is ManyToOne. ManyToMany - Indicates the connector multiplicity is ManyToMany.
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public enum Multiplicity
Fields
| Name |
|---|
| ManyToMany |
| ManyToOne |
| OneToMany |
| OneToOne |