Click or drag to resize

PropertyValueAssignerAssignValues Method (ListDataObjectVersionProperty, IEnumerableProperty, NullableBoolean)

Assigns serialized property values to a data object representation.

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void AssignValues(
	List<DataObjectVersionProperty> dataObj,
	IEnumerable<Property> properties,
	Nullable<bool> isNewDataObj = null
)

Parameters

dataObj
Type: System.Collections.GenericListDataObjectVersionProperty
Property values are assigned to this data object representation.
properties
Type: System.Collections.GenericIEnumerableProperty
These property values are assigned to the data object representation.
isNewDataObj (Optional)
Type: SystemNullableBoolean
See Also