Click or drag to resize

BaseLogEntry 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 BaseLogEntry(
	string objectName,
	int who,
	DateTime when,
	string workflow = ""
)

Parameters

objectName
Type: SystemString
who
Type: SystemInt32
when
Type: SystemDateTime
workflow (Optional)
Type: SystemString
See Also