Sdílet prostřednictvím


MaxLengthAttribute Konstruktory

Definice

Inicializuje novou instanci MaxLengthAttribute třídy.

Přetížení

MaxLengthAttribute()

Inicializuje novou instanci MaxLengthAttribute třídy.

MaxLengthAttribute(Int32)

Inicializuje novou instanci MaxLengthAttribute třídy na základě parametru length .

MaxLengthAttribute()

Zdroj:
MaxLengthAttribute.cs
Zdroj:
MaxLengthAttribute.cs
Zdroj:
MaxLengthAttribute.cs

Inicializuje novou instanci MaxLengthAttribute třídy.

public:
 MaxLengthAttribute();
public MaxLengthAttribute ();
Public Sub New ()

Poznámky

Použije se maximální povolená délka podporovaná databází.

Platí pro

MaxLengthAttribute(Int32)

Zdroj:
MaxLengthAttribute.cs
Zdroj:
MaxLengthAttribute.cs
Zdroj:
MaxLengthAttribute.cs

Inicializuje novou instanci MaxLengthAttribute třídy na základě parametru length .

public:
 MaxLengthAttribute(int length);
public MaxLengthAttribute (int length);
new System.ComponentModel.DataAnnotations.MaxLengthAttribute : int -> System.ComponentModel.DataAnnotations.MaxLengthAttribute
Public Sub New (length As Integer)

Parametry

length
Int32

Maximální povolená délka dat pole nebo řetězce.

Platí pro