Click or drag to resize

CheckFfd12MarkingResult Constructor (Boolean, String, NullableInt32, NullableInt32, NullableInt32, NullableInt32, NullableInt32, NullableInt32)

Main constructor

Namespace:  Resto.Front.Api.Data.Device.Results
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public CheckFfd12MarkingResult(
	bool isOnlineValidationError,
	string onlineValidationErrorDescription,
	int? itemProcessCode,
	int? markingCodeType,
	int? markingParseResult,
	int? localValidateResult,
	int? onlineValidateResult,
	int? itemStatusCode
)

Parameters

isOnlineValidationError
Type: SystemBoolean
onlineValidationErrorDescription
Type: SystemString
itemProcessCode
Type: SystemNullableInt32
markingCodeType
Type: SystemNullableInt32
markingParseResult
Type: SystemNullableInt32
localValidateResult
Type: SystemNullableInt32
onlineValidateResult
Type: SystemNullableInt32
itemStatusCode
Type: SystemNullableInt32
See Also