Class StructuredAddress
Inherited Members
Namespace: Telerik.Barcode
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class StructuredAddress : Address
Constructors
StructuredAddress(String, String, String, String, String)
Declaration
public StructuredAddress(string country, string zipCode, string city, string street = null, string houseNumber = null)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
Properties
City
Declaration
public string City { get; }
Property Value
System.
|
HouseNumber
Declaration
public string HouseNumber { get; }
Property Value
System.
|
Street
Declaration
public string Street { get; }
Property Value
System.
|
ZipCode
Declaration
public string ZipCode { get; }
Property Value
System.
|