Class AlternativeScheme

Class AlternativeScheme

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

대체 결제 방식 지침

public sealed class AlternativeScheme : IEquatable<alternativescheme>

상속

objectAlternativeScheme

구현

IEquatable<alternativescheme>

상속된 멤버

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

생성자

AlternativeScheme()

public AlternativeScheme()

속성

Instruction

주어진 청구서에 대한 결제 지침을 가져옵니다.

지침은 방식에 대한 두 글자 약어, 구분 기호 및 매개변수의 시퀀스(인덱스 2의 문자로 구분됨)로 구성됩니다.

public string Instruction { get; set; }

속성 값

string

메서드

Equals(object)

지정된 객체가 현재 객체와 동일한지 여부를 결정합니다.

public override bool Equals(object obj)

매개변수

obj object

현재 객체와 비교할 객체입니다.

반환 값

bool

true 지정된 객체가 현재 객체와 같으면; 그렇지 않으면 false입니다.

Equals(AlternativeScheme)

지정된 대체 방식이 현재 대체 방식과 동일한지 여부를 결정합니다.

public bool Equals(AlternativeScheme other)

매개변수

other AlternativeScheme

현재 대체 방식과 비교할 대체 방식입니다.

반환 값

bool

true 지정된 객체가 현재 객체와 같으면; 그렇지 않으면 false입니다.

GetHashCode()

이 인스턴스의 해시 코드를 가져옵니다.

public override int GetHashCode()

반환 값

int

현재 객체에 대한 해시 코드입니다.

 한국어