Click or drag to resize

ESDRecordContact Class

Ecommerce Standards record that contains data for a single contact. A contact contains information about a person on how they can be communicated with. The contact record may be linked to a customer account, or supplier account
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordContact

Namespace:  EcommerceStandardsDocuments
Assembly:  EcommerceStandardsDocuments.Library (in EcommerceStandardsDocuments.Library.dll) Version: 1.4.0.0 (1.0.0.0)

The ESDRecordContact type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordContact
Initializes a new instance of the ESDRecordContact class
Top
Properties
  NameDescription
Public propertycontactCode
Code of the contact. May or may not be a unqiue identifier.
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyemail
Email address of the contact.
Public propertyfax
fax number of the contact.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyContactID
Key that allows the contact record to be uniquely identified and linked to.
Public propertykeyCustomerAccountID
Key of the customer account record that the contact record is linked to.
Public propertykeySupplierAccountID
Key of the supplier account record that the contact record is linked to.
Public propertyname1
First name field of the contact.
Public propertyname2
Second name field of the contact.
Public propertyname3
Third name field of the contact.
Public propertyorgName
Name of the organisation associated to the contact.
Public propertyorgPosition
Name of the employment position of the contact within the organisation.
Public propertyphone1
First phone number of the contact.
Public propertyphone2
Second phone number of the contact.
Public propertyphone3
Third phone number of the contact.
Public propertytitle
Title of the contact person. Eg. Mrs, Mr, Miss, Doctor
Public propertywebsite
URL of the website that the contact is associated to.
Top
See Also