Click or drag to resize

IReadOnlyContactComplexEntityMemberBase 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 IReadOnlyContactComplexEntityMemberBase : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyContactComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyCellPhone
Gets the CellPhone member value
Public propertyCivility
Gets the Civility member value
Public propertyEmail
Gets the Email member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyFax
Gets the Fax member value
Public propertyFirstName
Gets the FirstName member value
Public propertyLastName
Gets the LastName member value
Public propertyPhone
Gets the Phone member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also