Show / Hide Table of Contents

Class AlternativeScheme

Alternative payment scheme instructions

Inheritance
object
AlternativeScheme
Implements
IEquatable<AlternativeScheme>
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Codecrete.SwissQRBill.Generator
Assembly: Codecrete.SwissQRBill.Core.dll
Syntax
public sealed class AlternativeScheme : IEquatable<AlternativeScheme>

Properties

| Edit this page View Source

Instruction

Gets the payment instruction for a given bill.

The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2).

Declaration
public string Instruction { get; set; }
Property Value
Type Description
string

The payment instruction.

| Edit this page View Source

Name

Gets or sets the payment scheme name.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

The payment scheme name.

Methods

| Edit this page View Source

Equals(AlternativeScheme)

Determines whether the specified alternative scheme is equal to the current alternative scheme.

Declaration
public bool Equals(AlternativeScheme other)
Parameters
Type Name Description
AlternativeScheme other

The alternative scheme to compare with the current alternative scheme.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

| Edit this page View Source

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

Overrides
object.Equals(object)
| Edit this page View Source

GetHashCode()

Gets the hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
int

A hash code for the current object.

Overrides
object.GetHashCode()

Implements

IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX