Click or drag to resize

PropertyValueAssignerAssignValues Method (ListDataObjectVersionProperty, IEnumerableProperty, PropertyController, DataObjectController, NullableBoolean)

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,
	PropertyController propertyController,
	DataObjectController dataObjectController,
	Nullable<bool> isNewDataObj
)

Parameters

dataObj
Type: System.Collections.GenericListDataObjectVersionProperty
properties
Type: System.Collections.GenericIEnumerableProperty
propertyController
Type: Omada.OE.AppLogicPropertyController
dataObjectController
Type: Omada.OE.AppLogicDataObjectController
isNewDataObj
Type: SystemNullableBoolean
See Also