Class HIBCPASRecord

Class HIBCPASRecord

Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.1.0)

HIBC PAS kaydını saklamak için sınıf.

public class HIBCPASRecord

Miras

objectHIBCPASRecord

Miras Alınan Üyeler

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Yapıcılar

HIBCPASRecord(HIBCPASDataType, string)

HIBCPASRecord yapıcısı

public HIBCPASRecord(HIBCPASDataType dataType, string data)

Parametreler

dataType HIBCPASDataType

Veri türü.

data string

Veri dizesi.

HIBCPASRecord()

HIBCPASRecord yapıcısı

public HIBCPASRecord()

Özellikler

Data

Veriyi tanımlar.

public string Data { get; set; }

Özellik Değeri

string

DataType

Veri türünü tanımlar.

public HIBCPASDataType DataType { get; set; }

Özellik Değeri

HIBCPASDataType

Metotlar

Equals(object)

Bu örneğin belirtilen Aspose.BarCode.ComplexBarcode.HIBCPASDataType değeriyle eşit olup olmadığını belirten bir değer döndürür.

public override bool Equals(object obj)

Parametreler

obj object

Bu örnekle karşılaştırılacak bir Aspose.BarCode.ComplexBarcode.HIBCPASDataType değeri.

Dönüş Değeri

bool

true eğer obj bu örnekle aynı değere sahipse; aksi takdirde, false.

GetHashCode()

Bu örneğin hash kodunu döndürür.

public override int GetHashCode()

Dönüş Değeri

int

32 bit işaretli tam sayı hash kodu.

 Türkçe