Click or drag to resize

IContactComplexEntityMemberBase Interface

Group all contact common fields

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 IContactComplexEntityMemberBase : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IContactComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyCellPhone

Gets or sets the cell phone number

(Téléphone portable)

Public propertyCellPhoneMember

Gets the cell phone number

(Téléphone portable)

Public propertyCivility

Gets or sets the civility

(Civilité (contact))

Public propertyCivilityMember

Gets the civility

(Civilité (contact))

Public propertyEmail

Gets or sets the email address

(E-mail)

Public propertyEmailMember

Gets the email address

(E-mail)

Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyFax

Gets or sets the fax number

(Fax)

Public propertyFaxMember

Gets the fax number

(Fax)

Public propertyFirstName

Gets or sets the first name

(Prénom)

Public propertyFirstNameMember

Gets the first name

(Prénom)

Public propertyLastName

Gets or sets the last name

(Nom (contact))

Public propertyLastNameMember

Gets the last name

(Nom (contact))

Public propertyPhone

Gets or sets the phone number

(Téléphone fixe)

Public propertyPhoneMember

Gets the phone number

(Téléphone fixe)

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