C# 클래스 PetStoreWeb.Components.ContactInfo

파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
city String
country String
email String
firstName String
lastName String
phone String
postalcode String
state String
street String

공개 메소드들

메소드 설명
ContactInfo ( String firstName, String lastName, String phone, String email, String street, String city, String state, String postalcode, String country ) : System
getEmail ( ) : String

메소드 상세

ContactInfo() 공개 메소드

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
리턴 System

getEmail() 공개 메소드

public getEmail ( ) : String
리턴 String

프로퍼티 상세

city 공개적으로 프로퍼티

public String city
리턴 String

country 공개적으로 프로퍼티

public String country
리턴 String

email 공개적으로 프로퍼티

public String email
리턴 String

firstName 공개적으로 프로퍼티

public String firstName
리턴 String

lastName 공개적으로 프로퍼티

public String lastName
리턴 String

phone 공개적으로 프로퍼티

public String phone
리턴 String

postalcode 공개적으로 프로퍼티

public String postalcode
리턴 String

state 공개적으로 프로퍼티

public String state
리턴 String

street 공개적으로 프로퍼티

public String street
리턴 String