C# 클래스 MapAround.Web.Wms.WmsContactInformation

Stores contact metadata about WMS service.
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Address ContactAddress
ElectronicMailAddress string
FacsimileTelephone string
PersonPrimary ContactPerson
Position string
VoiceTelephone string

프로퍼티 상세

Address 공개적으로 프로퍼티

Address.
public ContactAddress Address
리턴 ContactAddress

ElectronicMailAddress 공개적으로 프로퍼티

E-mail address.
public string ElectronicMailAddress
리턴 string

FacsimileTelephone 공개적으로 프로퍼티

Fax number.
public string FacsimileTelephone
리턴 string

PersonPrimary 공개적으로 프로퍼티

Primary contact person.
public ContactPerson PersonPrimary
리턴 ContactPerson

Position 공개적으로 프로퍼티

Position of contact person.
public string Position
리턴 string

VoiceTelephone 공개적으로 프로퍼티

Telephone.
public string VoiceTelephone
리턴 string