Click or drag to resize

ViolationDataUserDecision Constructor (String, Int32, String, Int32, Int32, DateTime)

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution.SoDV2.Serialization
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public UserDecision(
	string decisionType,
	int resourceId,
	string reason,
	int compControlId,
	int userId,
	DateTime updatedTime
)

Parameters

decisionType
Type: SystemString
resourceId
Type: SystemInt32
reason
Type: SystemString
compControlId
Type: SystemInt32
userId
Type: SystemInt32
updatedTime
Type: SystemDateTime
See Also