Class MaxiCodeStandartSecondMessage

Class MaxiCodeStandartSecondMessage

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

คลาสสำหรับการเข้ารหัสและถอดรหัสข้อความมาตรฐานที่สองสำหรับบาร์โค้ด MaxiCode

public class MaxiCodeStandartSecondMessage : MaxiCodeSecondMessage

การสืบทอด

objectMaxiCodeSecondMessageMaxiCodeStandartSecondMessage

สมาชิกที่สืบทอด

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

ตัวสร้าง

MaxiCodeStandartSecondMessage()

public MaxiCodeStandartSecondMessage()

คุณสมบัติ

Message

รับหรือกำหนดข้อความที่สอง

public string Message { get; set; }

ค่า Property

string

วิธีการ

Equals(object)

คืนค่าความหมายที่บ่งชี้ว่าตัวอย่างนี้เท่ากับค่าที่กำหนดของ Aspose.BarCode.ComplexBarcode.MaxiCodeStandartSecondMessage หรือไม่

public override bool Equals(object obj)

พารามิเตอร์

obj object

ค่าของ Aspose.BarCode.ComplexBarcode.MaxiCodeStandartSecondMessage ที่จะเปรียบเทียบกับตัวอย่างนี้

คืนค่า

bool

true หาก obj มีค่าเท่ากับตัวอย่างนี้; มิฉะนั้น false.

GetHashCode()

คืนค่าแฮชโค้ดสำหรับตัวอย่างนี้

public override int GetHashCode()

คืนค่า

int

แฮชโค้ดที่เป็นจำนวนเต็ม 32 บิตที่มีเครื่องหมาย

GetMessage()

รับข้อความที่สองที่สร้างขึ้น

public override string GetMessage()

คืนค่า

string

ข้อความที่สองที่สร้างขึ้น

 แบบไทย