Click or drag to resize

PropertyOnlyOnCreate Property

If true the changes for the property will only be considered if the data object is being created (not if it is updated).

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool OnlyOnCreate { get; set; }

Property Value

Type: Boolean
See Also