Click or drag to resize

PropertyValuesContainer Constructor (DataObjectVersion, IEnumerableInt32)

Creates a container with the property values for a data object version.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public PropertyValuesContainer(
	DataObjectVersion dataObject,
	IEnumerable<int> propertyIds
)

Parameters

dataObject
Type: Omada.OE.ModelDataObjectVersion
propertyIds
Type: System.Collections.GenericIEnumerableInt32
Values should only be assigned for these properties. If null all available values are assigned.
See Also