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

objectHIBCPASRecord

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

string

DataType

Identifies data type.

public HIBCPASDataType DataType { get; set; }

Property Value

HIBCPASDataType

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

bool

true إذا كانت obj لها نفس القيمة مثل هذه الحالة; وإلا، false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

رمز تجزئة صحيح 32 بت.

 عربي