EditableAttribute(Boolean) Oluşturucu

Tanım

EditableAttribute sınıfının yeni bir örneğini başlatır.

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

Parametreler

allowEdit
Boolean

true alanın düzenlenebilir olduğunu belirtmek için; aksi takdirde , false.

Şunlara uygulanır