C# Class PetStoreWeb.Components.ContactInfo

Mostrar archivo Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Public Properties

Property Type Description
city String
country String
email String
firstName String
lastName String
phone String
postalcode String
state String
street String

Public Methods

Method Description
ContactInfo ( String firstName, String lastName, String phone, String email, String street, String city, String state, String postalcode, String country ) : System
getEmail ( ) : String

Method Details

ContactInfo() public method

public ContactInfo ( String firstName, String lastName, String phone, String email, String street, String city, String state, String postalcode, String country ) : System
firstName String
lastName String
phone String
email String
street String
city String
state String
postalcode String
country String
return System

getEmail() public method

public getEmail ( ) : String
return String

Property Details

city public_oe property

public String city
return String

country public_oe property

public String country
return String

email public_oe property

public String email
return String

firstName public_oe property

public String firstName
return String

lastName public_oe property

public String lastName
return String

phone public_oe property

public String phone
return String

postalcode public_oe property

public String postalcode
return String

state public_oe property

public String state
return String

street public_oe property

public String street
return String