C# Class PetShop.Business.Address

Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Méthodes publiques

Méthode Description
Address ( Profile profile ) : System

Constructor with specified initial values.

Address ( string firstName, string lastName, string address1, string address2, string city, string state, string zip, string country, string phone, string email ) : System

Constructor with specified initial values.

Private Methods

Méthode Description
Address ( ) : System

Default constructor

Method Details

Address() public méthode

Constructor with specified initial values.
public Address ( Profile profile ) : System
profile Profile User's Profile
Résultat System

Address() public méthode

Constructor with specified initial values.
public Address ( string firstName, string lastName, string address1, string address2, string city, string state, string zip, string country, string phone, string email ) : System
firstName string First Name
lastName string Last Name
address1 string Address line 1
address2 string Address line 2
city string City
state string State
zip string Postal Code
country string Country
phone string Phone number at this address.
email string Email at this address.
Résultat System