CodeGlyphX logo
CodeGlyphX

API Reference

Class

Gs1DigitalLinkValidationResult

Namespace CodeGlyphX
Assembly CodeGlyphX
Modifiers sealed

Structured result of parsing and validating an uncompressed GS1 Digital Link URI.

Inheritance

  • Object
  • Gs1DigitalLinkValidationResult

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

Properties

public Boolean IsValid { get; } #

Gets whether URI structure and every GS1 element passed validation.

public Gs1DigitalLinkUri Value { get; } #

Gets the parsed URI when validation succeeded.

public Gs1ValidationResult ElementValidation { get; } #

Gets GS1 element-level validation details when URI elements could be extracted.

public IReadOnlyList<Gs1DigitalLinkIssue> Issues { get; } #

Gets all detected URI structure, Digital Link placement, and GS1 semantic problems.