Class PrimaryData

PrimaryData class

Class for storing HIBC LIC primary data.

public class PrimaryData

Constructors

NameDescription
PrimaryData()The default constructor.

Properties

NameDescription
LabelerIdentificationCode { get; set; }Identifies date of labeler identification code. Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
ProductOrCatalogNumber { get; set; }Identifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
UnitOfMeasureID { get; set; }Identifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.

Methods

NameDescription
override Equals(object)Returns a value indicating whether this instance is equal to a specified PrimaryData value.
override GetHashCode()Returns the hash code for this instance.
ParseFromString(string)Instantiates primary data from string format according HIBC LIC specification.
override ToString()Converts data to string format according HIBC LIC specification.

See Also