Click or drag to resize

IReadOnlyContactOptionComplexEntityMember Interface

contact for option entity

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyContactOptionComplexEntityMember : IReadOnlyContactComplexEntityMemberBase, 
	IReadOnlyContactComplexEntityMemberBase, IReadOnlyComplexEntityMember, IDisposable, IEquatable<IProxy>

The IReadOnlyContactOptionComplexEntityMember type exposes the following members.

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