CodeGlyphX logo
CodeGlyphX

API Reference

Class

Gs1ValidationIssue

Namespace CodeGlyphX.Gs1Data
Assembly CodeGlyphX
Modifiers sealed

Describes one actionable problem in a GS1 message.

Inheritance

  • Object
  • Gs1ValidationIssue

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

Methods

public override String ToString() #
Returns: String

Properties

public Gs1ValidationIssueCode Code { get; } #

Gets the issue classification.

public String Ai { get; } #

Gets the affected Application Identifier, when known.

public Int32 Position { get; } #

Gets the zero-based position within the original input, or -1 when not applicable.

public String Message { get; } #

Gets the human-readable diagnostic.