EppLib.Entities.Contact.Contact C# (CSharp) 메소드

Contact() 공개 메소드

public Contact ( ) : System
리턴 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