Click or drag to resize

PropertyValueAssignerIgnoreNonPresentTypeProperties Property

If set to true we wont fail if a data object states a value for a property that isn't present on the data object type. The property must, however, exist in the system.

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

Property Value

Type: Boolean
See Also