EditableAttribute(Boolean) Konstruktor

Definice

Inicializuje novou instanci EditableAttribute třídy .

public:
 EditableAttribute(bool allowEdit);
public EditableAttribute (bool allowEdit);
new System.ComponentModel.DataAnnotations.EditableAttribute : bool -> System.ComponentModel.DataAnnotations.EditableAttribute
Public Sub New (allowEdit As Boolean)

Parametry

allowEdit
Boolean

trueurčit, že pole lze upravovat; v opačném případě . false

Platí pro