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입니다.

적용 대상