ContentRelationType Enumeration |
Specifies the multiplicity of a relation.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum ContentRelationType
Members
| Member name | Value | Description |
---|
| OneToOne | 0 |
Only one relation instance on both sides.
|
| OneToMany | 1 |
The first side can reference multiple elements of the second, but the second cannot.
|
| ManyToOne | 2 |
The second side can reference multiple elements of the first, but the first cannot.
|
| ManyToMany | 3 |
Multiple relation instances are authorized on both sides.
|
See Also