CodeGlyphX logo
CodeGlyphX

API Reference

Class

Gs1ValidationResult

Namespace CodeGlyphX.Gs1Data
Assembly CodeGlyphX
Modifiers sealed

Structured result of parsing and validating a GS1 AI message.

Inheritance

  • Object
  • Gs1ValidationResult

Usage

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

Accepted by parameters

Properties

public Boolean IsValid { get; } #

Gets whether no validation issues were found.

public IReadOnlyList<Gs1Element> Elements { get; } #

Gets the parsed elements in message order.

public IReadOnlyList<Gs1ValidationIssue> Issues { get; } #

Gets all validation issues found in one pass.

public IReadOnlyList<String> UnappliedSemanticRules { get; } #

Gets semantic rule names present in the dictionary but not evaluated by this library version.

public Boolean HasCompleteSemanticValidation { get; } #

Gets whether every semantic rule referenced by the parsed AIs was evaluated.