Click or drag to resize

NullableIntegerValidator(Int32, Int32, Boolean) Constructor

Initializes a new instance of the NullableIntegerValidator class

Namespace: Sportradar.SDK.Services.SdkConfiguration.Validators
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public NullableIntegerValidator(
	int min_value,
	int max_value,
	bool range_is_exclusive
)

Parameters

min_value  Int32

[Missing <param name="min_value"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Validators.NullableIntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)"]

max_value  Int32

[Missing <param name="max_value"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Validators.NullableIntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)"]

range_is_exclusive  Boolean

[Missing <param name="range_is_exclusive"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Validators.NullableIntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)"]

See Also