Class Reference
Represents Swiss QR code reference information.
Inheritance
System.Object
Reference
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class Reference
Constructors
Reference(Reference.ReferenceType, String, Nullable<Reference.ReferenceTextType>)
Creates a reference object which must be passed to the SwissQrCode instance
Declaration
public Reference(Reference.ReferenceType referenceType, string reference, Reference.ReferenceTextType? referenceTextType)
Parameters
| Type | Name | Description |
|---|---|---|
| Reference.ReferenceType | referenceType | Type of the reference (QRR, SCOR or NON) |
| System.String | reference | Reference text |
| System.Nullable<Reference.ReferenceTextType> | referenceTextType | Type of the reference text (QR-reference or Creditor Reference) |
Reference(String)
Creates a reference object which must be passed to the SwissQrCode instance
Declaration
public Reference(string reference)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | reference | Reference text. |
Properties
_ReferenceTextType
Gets or sets reference text type.
Declaration
public Reference.ReferenceTextType? _ReferenceTextType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Reference.ReferenceTextType> |
ReferenceText
Gets or sets reference text.
Declaration
public string ReferenceText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RefType
Gets or sets reference type.
Declaration
public Reference.ReferenceType RefType { get; set; }
Property Value
| Type | Description |
|---|---|
| Reference.ReferenceType |