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