Click or drag to resize

IColleagueContactComplexEntityMember Interface

Class inheriting the abstract class ContactComplexEntityMemberBase

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Colleague
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IColleagueContactComplexEntityMember : IColleagueContactComplexEntityMember, 
	IContactComplexEntityMemberBase, IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IColleagueContactComplexEntityMember type exposes the following members.

Properties
  NameDescription
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 propertyColleagueFunction

Lead Status

(Fonction du collaborateur)

(Inherited from IColleagueContactComplexEntityMember.)
Public propertyColleagueFunctionMember

Lead Status

(Fonction du collaborateur)

(Inherited from IColleagueContactComplexEntityMember.)
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 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 propertyLastName

Gets or sets the last name

(Nom (contact))

(Inherited from IContactComplexEntityMemberBase.)
Public propertyLastNameMember

Gets the last name

(Nom (contact))

(Inherited from IContactComplexEntityMemberBase.)
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