Class MaxiCodeStructuredSecondMessage

Class MaxiCodeStructuredSecondMessage

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

MaxiCode 바코드를 위한 구조화된 두 번째 메시지를 인코딩하고 디코딩하는 클래스입니다.

public class MaxiCodeStructuredSecondMessage : MaxiCodeSecondMessage

상속

objectMaxiCodeSecondMessageMaxiCodeStructuredSecondMessage

상속된 멤버

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

생성자

MaxiCodeStructuredSecondMessage()

public MaxiCodeStructuredSecondMessage()

속성

Identifiers

식별자 목록을 가져옵니다.

public List<string> Identifiers { get; }

속성 값

List<string&gt;

Year

연도를 가져오거나 설정합니다. 연도는 2자리 정수 값이어야 합니다.

public int Year { get; set; }

속성 값

int

메서드

Add(string)

새 식별자를 추가합니다.

public void Add(string identifier)

매개변수

identifier string

추가할 식별자

Clear()

식별자 목록을 지웁니다.

public void Clear()

Equals(object)

이 인스턴스가 지정된 Aspose.BarCode.ComplexBarcode.MaxiCodeStructuredSecondMessage 값과 같은지 여부를 나타내는 값을 반환합니다.

public override bool Equals(object obj)

매개변수

obj object

이 인스턴스와 비교할 Aspose.BarCode.ComplexBarcode.MaxiCodeStructuredSecondMessage 값.

반환 값

bool

true는 obj가 이 인스턴스와 동일한 값을 가지는 경우; 그렇지 않으면 false입니다.

GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

public override int GetHashCode()

반환 값

int

32비트 부호 있는 정수 해시 코드입니다.

GetMessage()

구성된 두 번째 메시지를 가져옵니다.

public override string GetMessage()

반환 값

string

구성된 두 번째 메시지입니다.

 한국어