1 write to AllowEdit
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\EditableAttribute.cs (1)
30
AllowEdit
= allowEdit;
3 references to AllowEdit
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsMetadataProvider.cs (1)
49
context.BindingMetadata.IsReadOnly = !editableAttribute.
AllowEdit
;
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\EditableAttribute.cs (2)
24
/// will apply to both <see cref="
AllowEdit
" /> and
51
/// The value of this property defaults to match the <see cref="
AllowEdit
" />