EPCDataConverter Members
Converts data elements into the format required for EPC QR Codes.Constructors
Name | Description |
---|---|
EPCDataConverter() | Initializes a new instance of the EPCDataConverter class. |
Properties
Name | Description |
---|---|
BeneficiaryName | Gets or sets a value for the BeneficiaryName data element. |
BIC | Gets or sets a value for the BIC data element. |
BinaryData | Gets the binary representation of the data for the EPC QR Code. |
Encoding | Gets or sets the encoding (character set) for EPC QR Codes. |
IBAN | Gets or sets a value for the IBAN data element. |
Information | Gets or sets a value for the Information data element. |
PaymentReference | Gets or sets a value for the PaymentReference data element. |
RemittanceInformation | Gets or sets a value for the RemittanceInformation data element. |
StringData | Gets the string representation of the data for the EPC QR Code. |
TransferAmount | Gets or sets a value for the TransferAmount data element. |
TransferPurpose | Gets or sets the TransferPurpose data element. |
Version | Gets or sets the EPC QR Code version. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Validate(out String) | Validates data elements for the EPC QR Code. |
See Also