Click or drag to resize

IReadOnlyCompanyCoordinatesOptionsComplexEntityMember Interface

the complex represente the company coordinates

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 IReadOnlyCompanyCoordinatesOptionsComplexEntityMember : IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase, 
	IReadOnlyCoordinatesOptionsComplexEntityMemberBase, IReadOnlyComplexEntityMember, IDisposable, IEquatable<IProxy>

The IReadOnlyCompanyCoordinatesOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAddress
get the company address
Public propertyCellPhone
Gets the CellPhone member value
(Inherited from IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyContactCivility
Gets the ContactCivility member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyContactName
Gets the ContactName member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyEmail
Gets the Email member value
(Inherited from IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyFax
Gets the Fax member value
(Inherited from IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyLegalForm
Gets the LegalForm member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyName
Gets the Name member value
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyPhone
Gets the Phone member value
(Inherited from IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyQuality
Gets the Quality member value
(Inherited from IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase.)
Public propertySiren
Gets the Siren member value
(Inherited from IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyWebSite
Gets the WebSite member value
(Inherited from IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also