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
object ← MaxiCodeSecondMessage ← MaxiCodeStandartSecondMessage
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
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
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
32 bit işaretli tam sayı hash kodu.
GetMessage()
Oluşturulmuş ikinci mesajı alır.
public override string GetMessage()
Dönüş Değeri
Oluşturulmuş ikinci mesaj.