| PropertyValueAssignerAssignValues Method (DataObject, IEnumerableProperty) |
Assigns serialized property values to a data object.
Namespace:
Omada.OE.AppLogic.Serialization
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void AssignValues(
DataObject dataObj,
IEnumerable<Property> properties
)
Parameters
- dataObj
- Type: Omada.OE.ModelDataObject
Property values are assigned to this data object.
- properties
- Type: System.Collections.GenericIEnumerableProperty
These property values are assigned to the data object.
See Also