Click or drag to resize

ValueGenerationController Constructor

Initializes a new instance of the ValueGenerationController class.

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 ValueGenerationController(
	ControllerBase assignFrom,
	IMSGraphClientFactory graphClientFactory
)

Parameters

assignFrom
Type: Omada.OE.AppLogicControllerBase
The assign from.
graphClientFactory
Type: Omada.OE.Model.MSGraphIMSGraphClientFactory
The Graph API Client factory
See Also