Class RangeValidator
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RangeValidator
Properties
MaxValue
Upper value of the range that is still valid
Declaration
public int? MaxValue { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinValue
Lower value of the range that is still valid
Declaration
public int? MinValue { get; set; }
Property Value
Type | Description |
---|---|
int? |