Class FixedListValidator
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class FixedListValidator
Properties
AllowedValues
List of the allowed values that the field will be validated against
Declaration
public IList<string> AllowedValues { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |