Class MaxiCodeStructuredSecondMessage

Class MaxiCodeStructuredSecondMessage

Tên không gian: Aspose.BarCode.ComplexBarcode Tổng hợp: Aspose.BarCode.dll (25.4.0)

Khóa học mã hóa và giải mã tin nhắn thứ hai cấu trúc cho mã thanh MaxiCode.

public class MaxiCodeStructuredSecondMessage : MaxiCodeSecondMessage

Inheritance

object MaxiCodeSecondMessage MaxiCodeStructuredSecondMessage

Thành viên thừa kế

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

Constructors

MaxiCodeStructuredSecondMessage()

public MaxiCodeStructuredSecondMessage()

Properties

Identifiers

Nhận danh sách ID

public List<string> Identifiers { get; }

Giá trị bất động sản

List < string >

Year

Nhận hoặc đặt năm. năm phải là 2 chữ số giá trị toàn bộ.

public int Year { get; set; }

Giá trị bất động sản

int

Methods

Add(String)

Thêm ID mới

public void Add(string identifier)

Parameters

identifier string

ID để được thêm vào

Clear()

Danh sách xác định rõ ràng

public void Clear()

Equals(đối tượng)

Quay lại một giá trị cho thấy nếu mẫu này tương đương với giá trị Aspose.BarCode.ComplexBarcode.MaxiCodeStructuredSecondMessage.

public override bool Equals(object obj)

Parameters

obj object

Một Aspose.BarCode.ComplexBarcode.MaxiCodeStructuredSecondMessage giá trị để so sánh với trường hợp này.

Returns

bool

đúng nếu obj có giá trị tương tự như trường hợp này; nếu không, giả.

GetHashCode()

Quay lại mã hash cho trường hợp này.

public override int GetHashCode()

Returns

int

Một 32-bit ký mã hash toàn bộ.

GetMessage()

Gets xây dựng tin nhắn thứ hai

public override string GetMessage()

Returns

string

Thông điệp thứ hai được xây dựng

 Tiếng Việt