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

적용 대상