Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData class

SecondaryAndAdditionalData class

Class for storing HIBC LIC secondary and additional data.

class SecondaryAndAdditionalData : public System::Object

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) overrideReturns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value.
get_DateOfManufacture() constIdentifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue.
get_ExpiryDate() constIdentifies expiry date. Will be used if ExpiryDateFormat is not set to None.
get_ExpiryDateFormat() constIdentifies expiry date format.
get_LotNumber()Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
get_Quantity()Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1.
get_SerialNumber()Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
GetHashCode() const overrideReturns the hash code for this instance.
ParseFromString(System::String)Instantiates secondary and additional supplemental data from string format according HIBC LIC specification.
SecondaryAndAdditionalData()
set_DateOfManufacture(System::DateTime)Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue.
set_ExpiryDate(System::DateTime)Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.
set_ExpiryDateFormat(HIBCLICDateFormat)Identifies expiry date format.
set_LotNumber(System::String)Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
set_Quantity(int32_t)Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1.
set_SerialNumber(System::String)Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.
ToString() const overrideConverts data to string format according HIBC LIC specification.

See Also