Click or drag to resize

NullableIntegerValidator Class

[Missing <summary> documentation for "T:Sportradar.SDK.Services.SdkConfiguration.Validators.NullableIntegerValidator"]

Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationValidatorBase
    Sportradar.SDK.Services.SdkConfiguration.ValidatorsNullableIntegerValidator

Namespace: Sportradar.SDK.Services.SdkConfiguration.Validators
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public class NullableIntegerValidator : ConfigurationValidatorBase

The NullableIntegerValidator type exposes the following members.

Constructors
 NameDescription
Public methodNullableIntegerValidatorInitializes a new instance of the NullableIntegerValidator class
Public methodNullableIntegerValidator(Int32, Int32)Initializes a new instance of the NullableIntegerValidator class
Public methodNullableIntegerValidator(Int32, Int32, Boolean)Initializes a new instance of the NullableIntegerValidator class
Public methodNullableIntegerValidator(Int32, Int32, Boolean, Int32)Initializes a new instance of the NullableIntegerValidator class
Top
Methods
 NameDescription
Public methodCanValidate(Type) 
Public methodCanValidate(Type)Determines whether an object can be validated based on type.
(Inherited from ConfigurationValidatorBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodValidate
(Overrides ConfigurationValidatorBaseValidate(Object))
Top
See Also