Class Reference
Inheritance
System.Object
Reference
Assembly: FastReport.Base.dll
Syntax
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)
Declaration
public Reference(string reference)
Parameters
Type |
Name |
Description |
System.String |
reference |
|
Properties
_ReferenceTextType
Declaration
public Reference.ReferenceTextType? _ReferenceTextType { get; set; }
Property Value
ReferenceText
Declaration
public string ReferenceText { get; set; }
Property Value
Type |
Description |
System.String |
|
RefType
Declaration
public Reference.ReferenceType RefType { get; set; }
Property Value
Methods
ChecksumMod10(String)
Declaration
public bool ChecksumMod10(string digits)
Parameters
Type |
Name |
Description |
System.String |
digits |
|
Returns
Type |
Description |
System.Boolean |
|