Click or drag to resize

IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase Interface

the complex represente the company coordinates

Namespace:  EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase : IReadOnlyCoordinatesOptionsComplexEntityMemberBase, 
	IReadOnlyComplexEntityMember, IDisposable, IEquatable<IProxy>

The IReadOnlyCompanyCoordinatesOptionsComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyAddress
get the company address
(Inherited from IReadOnlyCoordinatesOptionsComplexEntityMemberBase.)
Public propertyCellPhone
Gets the CellPhone member value
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
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyFax
Gets the Fax member value
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
Public propertyQuality
Gets the Quality member value
Public propertySiren
Gets the Siren member value
Public propertyWebSite
Gets the WebSite 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