Click or drag to resize

DataObjectVersionInfo Constructor

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public 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