Interface IValueBoundaries<T>
Contract for validation of a numerical value.
Namespace: Vortex.Connector.ValueValidation
Assembly: Vortex.Connector.dll
Syntax
public interface IValueBoundaries<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
InstanceMaxValue
Gets max. acceptable valie.
Declaration
T InstanceMaxValue { get; }
Property Value
Type | Description |
---|---|
T |
InstanceMinValue
Gets min. acceptable value.
Declaration
T InstanceMinValue { get; }
Property Value
Type | Description |
---|---|
T |