EditableAttribute(Boolean) コンストラクター

定義

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)

パラメーター

allowEdit
Boolean

true フィールドが編集可能であることを指定する場合。それ以外の場合は false

適用対象