Click or drag to resize

ConfigurationParameterValuesDeserializerDeserialize Method (DataObject)

Deserializer list of ConfigurationParameterValue from data object

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static List<ConfigurationParameterValue> Deserialize(
	DataObject dataObject
)

Parameters

dataObject
Type: Omada.OE.ModelDataObject

Return Value

Type: ListConfigurationParameterValue
See Also