Click or drag to resize

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
C#
public enum ContentRelationType
Members
  Member nameValueDescription
OneToOne0 Only one relation instance on both sides.
OneToMany1 The first side can reference multiple elements of the second, but the second cannot.
ManyToOne2 The second side can reference multiple elements of the first, but the first cannot.
ManyToMany3 Multiple relation instances are authorized on both sides.
See Also