| 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
Syntaxpublic bool IgnoreNonPresentTypeProperties { get; set; }
Property Value
Type:
Boolean
See Also