| DataObjectVersionInfo Constructor |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic DataObjectVersionInfo(
DataObjectVersion version,
IEnumerable<string> properties = null
)
Parameters
- version
- 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