Aspose::BarCode::ComplexBarcode::SecondaryAndAdditionalData class
Contents
[
Hide
]SecondaryAndAdditionalData class
Class for storing HIBC LIC secondary and additional data.
class SecondaryAndAdditionalData : public System::Object
Methods
| Method | Description |
|---|---|
| Equals(System::SharedPtr<System::Object>) override | Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value. |
| get_DateOfManufacture() const | Identifies 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() const | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. |
| get_ExpiryDateFormat() const | Identifies 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 override | Returns 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 override | Converts data to string format according HIBC LIC specification. |
See Also
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++