Enum GroupValidation
Defines the validation type for a group of checkboxes
[JsonConverter(typeof(StringEnumConverter))]
public enum GroupValidation
Fields
[EnumMember(Value = "Absolute")] Absolute = 3Represents Absolute.
[EnumMember(Value = "Maximum")] Maximum = 2Represents Maximum.
[EnumMember(Value = "Minimum")] Minimum = 1Represents Minimum.
[EnumMember(Value = "Range")] Range = 4Represents Range.