CardinalityRange
Class CardinalityRange
Section titled “ Class CardinalityRange”Namespace: DataWarehouseAutomation.DwaModel
Assembly: DataWarehouseAutomation.dll
The possible range for a from/to component for the cardinality. For example “min”: “1”, “max”: “N” This way, you can define “at least 1 to many”. Or “0 or 1 to 1”.
public class CardinalityRange
Inheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”[JsonPropertyName("max")]public string? Max { get; set; }
Property Value
Section titled “Property Value”[JsonPropertyName("min")]public string? Min { get; set; }