Click or drag to resize

IThirdPartyContactComplexEntityMember Interface

Group all contact common fields for thirdPartys

Namespace:  EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Entities
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IThirdPartyContactComplexEntityMember : IThirdPartyContactComplexEntityMemberBase, 
	IContactComplexEntityMemberBase, IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IThirdPartyContactComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAllowUsePersonnalDatas
Gets or sets the allow use personnal datas.
Public propertyAllowUsePersonnalDatasMember
Gets the allow use personnal datas.
Public propertyCellPhone

Gets or sets the cell phone number

(Téléphone portable)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyCellPhoneMember

Gets the cell phone number

(Téléphone portable)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyCivility

Gets or sets the civility

(Civilité (contact))

(Inherited from IContactComplexEntityMemberBase.)
Public propertyCivilityMember

Gets the civility

(Civilité (contact))

(Inherited from IContactComplexEntityMemberBase.)
Public propertyDepartment

Work department

(Service/Bureau)

(Inherited from IThirdPartyContactComplexEntityMemberBase.)
Public propertyDepartmentMember

Work department

(Service/Bureau)

(Inherited from IThirdPartyContactComplexEntityMemberBase.)
Public propertyEmail

Gets or sets the email address

(E-mail)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyEmailMember

Gets the email address

(E-mail)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyExternalId
Gets the external contact id
Public propertyFax

Gets or sets the fax number

(Fax)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyFaxMember

Gets the fax number

(Fax)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyFirstName

Gets or sets the first name

(Prénom)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyFirstNameMember

Gets the first name

(Prénom)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyFunction

Work Function

(Fonction)

(Inherited from IThirdPartyContactComplexEntityMemberBase.)
Public propertyFunctionMember

Work Function

(Fonction)

(Inherited from IThirdPartyContactComplexEntityMemberBase.)
Public propertyLastName

Gets or sets the last name

(Nom (contact))

(Inherited from IContactComplexEntityMemberBase.)
Public propertyLastNameMember

Gets the last name

(Nom (contact))

(Inherited from IContactComplexEntityMemberBase.)
Public propertyNaturalPerson

Gets or sets whether the contact corresponds to a natural person

(Personne physique)

Public propertyNaturalPersonMember

Gets whether the contact corresponds to a natural person

(Personne physique)

Public propertyOptIn

Gets or sets whether the contact accepts to receive commercials

(Emailing autorisé)

Public propertyOptInMember

Gets whether the contact accepts to receive commercials

(Emailing autorisé)

Public propertyPhone

Gets or sets the phone number

(Téléphone fixe)

(Inherited from IContactComplexEntityMemberBase.)
Public propertyPhoneMember

Gets the phone number

(Téléphone fixe)

(Inherited from IContactComplexEntityMemberBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also