Click or drag to resize

IBankContactComplexEntityMember Interface

Group all contact common fields for banks

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

The IBankContactComplexEntityMember 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 propertyDepartment

Work department

(Service/Bureau)

Public propertyDepartmentMember

Work department

(Service/Bureau)

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 propertyFunction

Work Function

(Fonction)

Public propertyFunctionMember

Work Function

(Fonction)

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