EditableAttribute(Boolean) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy EditableAttribute.

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

true aby określić, że pole jest edytowalne; w przeciwnym razie , false.

Dotyczy