Click or drag to resize

SanityResult Constructor

Initializes a new instance of the SanityResult class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public SanityResult(
	bool success,
	bool sanityCodeExists,
	string errorCode = "",
	string errorMessage = ""
)

Parameters

success
Type: SystemBoolean
sanityCodeExists
Type: SystemBoolean
errorCode (Optional)
Type: SystemString
errorMessage (Optional)
Type: SystemString
See Also