Class HIBCPASRecord
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.1.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
نوع البيانات.
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
قيمة Aspose.BarCode.ComplexBarcode.HIBCPASDataType للمقارنة مع هذه الحالة.
Returns
true إذا كانت obj لها نفس القيمة مثل هذه الحالة; وإلا، false.
GetHashCode()
Returns the hash code for this instance.
public override int GetHashCode()
Returns
رمز تجزئة صحيح 32 بت.