C# Class Kona.Model.Address

Afficher le fichier Open project: BenHall/Kona Class Usage Examples

Méthodes publiques

Méthode Description
Address ( string userName, string first, string last, string email, string street1, string street2, string city, string state, string zip, string country ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

ToString() override, which formats an Address in a Postal-service, readable way

Method Details

Address() public méthode

public Address ( string userName, string first, string last, string email, string street1, string street2, string city, string state, string zip, string country ) : System
userName string
first string
last string
email string
street1 string
street2 string
city string
state string
zip string
country string
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

ToString() override, which formats an Address in a Postal-service, readable way
public ToString ( ) : string
Résultat string