Click or drag to resize

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

Parameters

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