| PropertyValuesContainer Constructor (DataObjectVersion, IEnumerableString) |
Creates a container with the property and fixed field values for a data object version.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic PropertyValuesContainer(
DataObjectVersion dataObject,
IEnumerable<string> properties = null
)
Parameters
- dataObject
- Type: Omada.OE.ModelDataObjectVersion
- properties (Optional)
- Type: System.Collections.GenericIEnumerableString
Values should only be assigned for these properties / fixed fields.
If null all available values are assigned.
See Also