C# 클래스 Decision.Common.OpenGraph.Structs.OpenGraphContactData

A set of contact information, including address, phone, email, fax and website.
파일 보기 프로젝트 열기: rabbal/Decision 1 사용 예제들

공개 메소드들

메소드 설명
OpenGraphContactData ( string streetAddress, string locality, string postalCode, string country ) : System

Initializes a new instance of the OpenGraphContactData class.

메소드 상세

OpenGraphContactData() 공개 메소드

Initializes a new instance of the OpenGraphContactData class.
streetAddress or locality or postalCode or country is null..
public OpenGraphContactData ( string streetAddress, string locality, string postalCode, string country ) : System
streetAddress string The number and street of the postal address for this business.
locality string The city (or locality) line of the postal address for this business.
postalCode string The postcode (or ZIP code) of the postal address for this business
country string The country of the postal address for this business.
리턴 System