Click or drag to resize

ValueGenerationControllerGetGenerationParamsFromConfigurationObject Method

Gets generation params from configuration object.

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 UniqueValueGenerationParams GetGenerationParamsFromConfigurationObject(
	Guid configurationObjectUid,
	DataObject actionObject
)

Parameters

configurationObjectUid
Type: SystemGuid
The configuration object uid.
actionObject
Type: Omada.OE.ModelDataObject
The action object.

Return Value

Type: UniqueValueGenerationParams
The UniqueValueGenerationParams.
See Also