Click or drag to resize

ObjectSerializerPropertiesToInclude Property

Ids of properties to include in the serialization of each data object. If the collection is null all properties will be included. If a property is to be included it will still only be serialized if the value for it is available - a value can be unavailable if it has not been loaded or due to security.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<int> PropertiesToInclude { get; set; }

Property Value

Type: ListInt32
See Also