Class MaxiCodeStandartSecondMessage

Class MaxiCodeStandartSecondMessage

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

MaxiCode barkodu için standart ikinci mesajı kodlamak ve dekode etmek için sınıf.

public class MaxiCodeStandartSecondMessage : MaxiCodeSecondMessage

Miras

objectMaxiCodeSecondMessageMaxiCodeStandartSecondMessage

Miras Alınan Üyeler

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

Yapıcılar

MaxiCodeStandartSecondMessage()

public MaxiCodeStandartSecondMessage()

Özellikler

Message

İkinci mesajı alır veya ayarlar.

public string Message { get; set; }

Özellik Değeri

string

Yöntemler

Equals(object)

Bu örneğin, belirtilen Aspose.BarCode.ComplexBarcode.MaxiCodeStandartSecondMessage değeri ile 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.MaxiCodeStandartSecondMessage 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.

GetMessage()

Oluşturulmuş ikinci mesajı alır.

public override string GetMessage()

Dönüş Değeri

string

Oluşturulmuş ikinci mesaj.

 Türkçe