Class
Contact

Represents the information to identity a (Ultimate) Creditor, Ultimate Debtor.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class Contact

Inheritance: objectContact

Constructors

Contact(string, Address)

Initializes a new instance of the Contact class.

Declaration

cs-api-definition
public Contact(string name, Address address)

Parameters

name

string

The name of the contact.

address

Address

The address of the contact. Can be either an instance of StructuredAddress or CombinedAddress

Properties

Address

Gets the address of the contact.

Declaration

cs-api-definition
public Address Address { get; }

Property Value

Address

Name

Gets the name of the contact.

Declaration

cs-api-definition
public string Name { get; }

Property Value

string