| PropertyValuesContainer Constructor (DataObject, IEnumerableString) |
Creates a container with the property and fixed field 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<string> properties = null
)
Parameters
- dataObject
- Type: Omada.OE.ModelDataObject
- properties (Optional)
- Type: System.Collections.GenericIEnumerableString
Values should only be assigned for these properties / fixed fields. If null all availble values are assigned.
See Also