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) Version: 19.8
Syntax
C#
public SanityResult(
	bool success,
	bool sanityCodeExists,
	string errorCode = "",
	string errorMessage = ""
)

Parameters

success  Boolean
 
sanityCodeExists  Boolean
 
errorCode  String  (Optional)
 
errorMessage  String  (Optional)
 
See Also