Class HIBCPASRecord
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.2.0)
Class for storing HIBC PAS record.
public class HIBCPASRecord
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
HIBCPASRecord(HIBCPASDataType, string)
HIBCPASRecord constructor
public HIBCPASRecord(HIBCPASDataType dataType, string data)
Parameters
dataType
HIBCPASDataType
Type of data.
data
string
Data string.
HIBCPASRecord()
HIBCPASRecord constructor
public HIBCPASRecord()
Properties
Data
Identifies data.
public string Data { get; set; }
Property Value
DataType
Identifies data type.
public HIBCPASDataType DataType { get; set; }
Property Value
Methods
Equals(object)
Returns a value indicating whether this instance is equal to a specified Aspose.BarCode.ComplexBarcode.HIBCPASDataType value.
public override bool Equals(object obj)
Parameters
obj
object
An Aspose.BarCode.ComplexBarcode.HIBCPASDataType value to compare to this instance.
Returns
true if obj has the same value as this instance; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
A 32-bit signed integer hash code.