RelationshipMultiplicity Enum

Definition

Represents the multiplicity information about the End of a relationship type.

public enum class RelationshipMultiplicity
public enum RelationshipMultiplicity
type RelationshipMultiplicity = 
Public Enum RelationshipMultiplicity
Inheritance
RelationshipMultiplicity

Fields

Many 2

A lower bound is zero and an upper bound is null.

One 1

A lower bound is one and an upper bound is one.

ZeroOrOne 0

A lower bound is zero and an upper bound is one.

Applies to