Class HIBCPASRecord
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
מזהה נתונים.
public string Data { get; set; }
Property Value
DataType
מזהה סוג נתונים.
public HIBCPASDataType DataType { get; set; }
Property Value
Methods
Equals(object)
מחזיר ערך המצביע אם מופע זה שווה לערך Aspose.BarCode.ComplexBarcode.HIBCPASDataType שנקבע.
public override bool Equals(object obj)
Parameters
obj
object
ערך Aspose.BarCode.ComplexBarcode.HIBCPASDataType להשוואה עם מופע זה.
Returns
true אם obj יש את אותו ערך כמו מופע זה; אחרת, false.
GetHashCode()
מחזיר את קוד ההאש עבור מופע זה.
public override int GetHashCode()
Returns
קוד ההאש של מספר שלם בן 32 סיביות.