Click or drag to resize

IExternalContactIdComplexEntityMember Interface

External Contact Id

Namespace:  EBP.Api.Interfaces.BusinessFramework.BusinessLogic.ExternalContacts.Types
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IExternalContactIdComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IExternalContactIdComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyGoogleId

Gets or sets the Google Id

(Identifiant Google)

Public propertyGoogleIdMember

Gets the Google Id

(Identifiant Google)

Public propertyOutlookId

Gets or sets the Outlook Id

(Identifiant Outlook)

Public propertyOutlookIdMember

Gets the Outlook Id

(Identifiant Outlook)

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