Table of Contents

Class ValidationError

Namespace
Jabra.NET.Sdk.Properties.Validation
Assembly
Jabra.NET.Sdk.Properties.dll
public class ValidationError
Inheritance
ValidationError
Inherited Members

Constructors

ValidationError(PropertyValue, params ValueConstraint[])

public ValidationError(PropertyValue value, params ValueConstraint[] constraints)

Parameters

value PropertyValue
constraints ValueConstraint[]

Properties

Constraints

public ValueConstraint[] Constraints { get; }

Property Value

ValueConstraint[]

Value

public PropertyValue Value { get; }

Property Value

PropertyValue