-
Notifications
You must be signed in to change notification settings - Fork 806
Entity Framework ReadOnlyAttribute [Common]
Victor Tomaili edited this page May 3, 2021
·
1 revision
[namespace: System.ComponentModel] - [assembly: System.dll]
This attribute con be used to make a field read-only or not. This attribute is applicable on entity row or form level.
public class XYZForm
{
[ReadOnly]
public Int32 IdCode { get; set; }
[...]
See also:
Copyright © Serenity Platform 2017-present. All rights reserved.
Documentation | Serene Template | Live Demo | Premium Support | Issues | Discussions