Click or drag to resize

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

The IReadOnlyCoordinatesOptionsComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyAddress
get the company address
Public propertyContactCivility
Gets the ContactCivility member value
Public propertyContactName
Gets the ContactName member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyLegalForm
Gets the LegalForm member value
Public propertyName
Gets the Name 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