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

適用対象