MobileForms Toolkit Documentation

Address  Constructor (String, String, String, String)

Constructs an instance of the Address object and fills it with the basic address information.

public Address(
string country,
string city,
string street,
string streetNum
);

Parameters

country
The country of the new Address object
city
The city of the new Address object
street
The street of the new Address object
streetNum
The street number of the new Address object

See Also

Address Class | Resco.Location Namespace | Address Constructor Overload List