Class Contact
Represents the information to identity a (Ultimate) Creditor, Ultimate Debtor.
Inheritance
System.Object
Contact
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public class Contact
Constructors
Contact(String, Address)
Initializes a new instance of the Contact class.
Declaration
public Contact(string name, Address address)
Parameters
System.String
name
The name of the contact. |
Address
address
The address of the contact. Can be either an instance of StructuredAddress or CombinedAddress |
Properties
Address
Name
Gets the name of the contact.
Declaration
public string Name { get; }
Property Value
System.String
|