CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPayloadValidationResult

Namespace CodeGlyphX.Payloads
Assembly CodeGlyphX
Modifiers sealed

Validation result for parsed QR payloads.

Inheritance

  • Object
  • QrPayloadValidationResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public QrPayloadValidationResult() #

Properties

public IReadOnlyList<String> Errors { get; } #

Gets validation errors, if any.

public Boolean IsValid { get; } #

Returns true when there are no validation errors.