| PropertyValuesContainer Constructor (DataObject, IEnumerableInt32) |
Creates a container with the property values for the "last version" of a data object.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic PropertyValuesContainer(
DataObject dataObject,
IEnumerable<int> propertyIds
)
Parameters
- dataObject
- Type: Omada.OE.ModelDataObject
- propertyIds
- Type: System.Collections.GenericIEnumerableInt32
Values should only be assigned for these properties.
If null all available values are assigned.
See Also