EditableAttribute(Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz der EditableAttribute-Klasse.

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

Parameter

allowEdit
Boolean

true, um anzugeben, dass das Feld bearbeitbar ist, andernfalls false.

Gilt für: