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.EJ2.dll
Syntax
public enum Multiplicity
Fields
Name | Description |
---|---|
ManyToMany | |
ManyToOne | |
OneToMany | |
OneToOne |