Compartir a través de


PropertyValidatorInt (Constructor) (Boolean, Boolean, Int32, Int32)

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Public Sub New ( _
    allowNullOrEmpty As Boolean, _
    allowZero As Boolean, _
    minValue As Integer, _
    maxValue As Integer _
)
public PropertyValidatorInt(
    bool allowNullOrEmpty,
    bool allowZero,
    int minValue,
    int maxValue
)
public:
PropertyValidatorInt(
    bool allowNullOrEmpty, 
    bool allowZero, 
    int minValue, 
    int maxValue
)
new : 
        allowNullOrEmpty:bool * 
        allowZero:bool * 
        minValue:int * 
        maxValue:int -> PropertyValidatorInt
public function PropertyValidatorInt(
    allowNullOrEmpty : boolean, 
    allowZero : boolean, 
    minValue : int, 
    maxValue : int
)

Parámetros

  • allowNullOrEmpty
    Tipo: System.Boolean
    true para permitir un valor nullreferencia null (Nothing en Visual Basic); false para no permitir un valor nullreferencia null (Nothing en Visual Basic).
  • allowZero
    Tipo: System.Boolean
    true para permitir un valor de cero; false para requerir un valor distinto de cero.
  • minValue
    Tipo: System.Int32
    Un valor de tipo int que representa el mínimo valor válido.
  • maxValue
    Tipo: System.Int32
    Un valor de tipo int que representa el máximo valor válido.

Seguridad de .NET Framework

Vea también

Referencia

PropertyValidatorInt Clase

PropertyValidatorInt (Sobrecarga)

Microsoft.Data.Schema.Build (Espacio de nombres)