Interface IValueBoundaries<T>
Contract for validation of a numerical value.
Namespace: AXSharp.Connector.ValueValidation
Assembly: AXSharp.Connector.dll
Syntax
public interface IValueBoundaries<out T>
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceInstanceMaxValue
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 |