Click or drag to resize

ValueGenerationControllerGenerateAndSaveUniqueValue Method

The generate and save unique value.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void GenerateAndSaveUniqueValue(
	DataObject dataObject,
	Guid configurationObjectUid
)

Parameters

dataObject
Type: Omada.OE.ModelDataObject
The data object.
configurationObjectUid
Type: SystemGuid
The configuration object uid.
See Also