UpdatableAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Controls if this field is editable in update record mode. When used with fields, turns on or off the updatable flag.

public UpdatableAttribute(bool updatable = true)
parameter description
updatable True to make field updatable

See Also