Class LengthValidator
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class LengthValidator
Properties
MaxLength
The maximum allowed length
Declaration
public int? MaxLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinLength
The minimum allowed length
Declaration
public int? MinLength { get; set; }
Property Value
Type | Description |
---|---|
int? |