EppLib.Entities.Contact.Contact C# (CSharp) Method

Contact() public method

public Contact ( ) : System
return System
        public Contact()
        {
        }

Same methods

Contact::Contact ( string contactId, string fullName, string companyName, string city, string streetAddress, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System
Contact::Contact ( string contactId, string fullName, string companyName, string city, string street1, string street2, string street3, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System
Contact