C# Class Decision.Common.OpenGraph.Structs.OpenGraphContactData

A set of contact information, including address, phone, email, fax and website.
ファイルを表示 Open project: rabbal/Decision Class Usage Examples

Public Methods

Method Description
OpenGraphContactData ( string streetAddress, string locality, string postalCode, string country ) : System

Initializes a new instance of the OpenGraphContactData class.

Method Details

OpenGraphContactData() public method

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.
return System