Table of Contents

Interface IValuesSessionPropertyValidation

Namespace
PushTechnology.ClientInterface.Client.Features.Control.Clients
Assembly
Diffusion.Client.dll

Defines values based validation for a trusted client proposed session property.

public interface IValuesSessionPropertyValidation : ISessionPropertyValidation

Remarks

Such validation defines a set of values to which the supplied session property value must belong.

Since 6.5.

Properties

Values

Returns the set of permitted values.

IReadOnlyCollection<string> Values { get; }

Property Value

IReadOnlyCollection<string>

Set of permitted values.