Click or drag to resize

WorkflowStepLogEntry Constructor

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public WorkflowStepLogEntry(
	string objectName,
	int who,
	DateTime when,
	string workflow
)

Parameters

objectName
Type: SystemString
who
Type: SystemInt32
when
Type: SystemDateTime
workflow
Type: SystemString
See Also