Enum FieldBehavior
- Namespace
- JJMasterData.Commons.Data.Entity.Models
- Assembly
- JJMasterData.Commons.dll
Specifies the behavior of the field.
public enum FieldBehavior
- Extension Methods
Fields
Real = 1
Field used only in GET db calls.
[Display(Name = "ReadOnly")] ViewOnly = 3
Field used only in GET db calls.
Virtual = 2
Field NOT used in any db calls. Use to customize things at runtime.
WriteOnly = 4
Field used only in SET db calls.