Click or drag to resize

SurveyObjectRoutingInfo 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 SurveyObjectRoutingInfo(
	string surveyObjectKey,
	string previousStep,
	string currentStep,
	List<int> currentStepAssigneeIds,
	UserInfo actor,
	DateTime routeTime
)

Parameters

surveyObjectKey
Type: SystemString
previousStep
Type: SystemString
currentStep
Type: SystemString
currentStepAssigneeIds
Type: System.Collections.GenericListInt32
actor
Type: Omada.OE.ModelUserInfo
routeTime
Type: SystemDateTime
When was the object routed
See Also