Click or drag to resize

ValidationResult Constructor

Constructor

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ValidationResult(
	bool success,
	string message = null,
	bool canMonitorWithSignalR = true
)

Parameters

success
Type: SystemBoolean
message (Optional)
Type: SystemString
canMonitorWithSignalR (Optional)
Type: SystemBoolean
See Also