Click or drag to resize

ValueGeneratorParametersDeserialize Method

Deserializes configuration

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Model.Xml
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static ValueGeneratorParameters Deserialize(
	string configuration
)

Parameters

configuration
Type: SystemString
The configuration string.

Return Value

Type: ValueGeneratorParameters
The deserialized object.
See Also